Yi

Results 12 comments of Yi

### Hello, I have some questions about the `CodingLoop `implementations you have written Such as `ByteInputOutputTableCodingLoop `and `InputOutputByteTableCodingLoop`. In the case of the former, it uses `byteCount `as the outer...

Hi @RedGuys Why can't I open the mounting directory here? This has been bothering me for a long time. I am using a Windows system. ![image](https://github.com/SerCeMan/jnr-fuse/assets/90972647/090c5011-fc25-43e1-9505-1ad54217d567) ![image](https://github.com/polypheny/Polypheny-DB/assets/90972647/bbf96e70-d3ca-4590-9f26-df3a70fbc626) I want to...

> 你可以尝试 创建一个 `get-start.md` 文件( 名字随意,这里用 get-start 举例 ), 把 `README.md` 的内容 剪切进去, 然后把 `README.md` 的内容和 `_sidebar.md` 保持一致, `_coverpage.md` 中 修改 `[开始阅读](/get-start)` 有用,谢谢!

> 你可以尝试 创建一个 `get-start.md` 文件( 名字随意,这里用 get-start 举例 ), 把 `README.md` 的内容 剪切进去, 然后把 `README.md` 的内容和 `_sidebar.md` 保持一致, `_coverpage.md` 中 修改 `[开始阅读](/get-start)` 但是貌似只是把READEME的二级标题给去掉了,因为_sidebar.md里没有二级标题,如果README有二,三级标题还是会有toc,这个操作貌似只是更改了开始阅读的跳转链接 ![image](https://github.com/xxxxue/Docsify-Build-Sidebar/assets/90972647/bb27b088-63f9-48a9-b76b-1117ba246f60)

![image](https://github.com/xxxxue/Docsify-Build-Sidebar/assets/90972647/3448681e-bf98-4b53-a073-40a8c630d07e) 就是这个侧边栏绿色的小条条貌似不是根据浏览到哪个部分就固定在哪个部分,是我这边的问题吗QAQ

> > 就是这个侧边栏绿色的小条条貌似不是根据浏览到哪个部分就固定在哪个部分,是我这边的问题吗QAQ > > 这个好像是因为你 `没有按顺序写标题` 例如 > > ``` > # 嘿嘿嘿 > #### 啊哈哈 > ``` > > 改成 > > ``` > # 嘿嘿嘿 > ##...

### [原文链接](https://github.com/xxxxue/Docsify-Build-Sidebar/issues/11#issuecomment-1913621615) ### 相关图片 ![image](https://github.com/xxxxue/Docsify-Build-Sidebar/assets/90972647/c48c6c1c-5b10-4e28-b49b-ab73e81fc93b) ![image](https://github.com/xxxxue/Docsify-Build-Sidebar/assets/90972647/9987266c-caa1-4cf7-8b00-a160e6224b70) ![image](https://github.com/xxxxue/Docsify-Build-Sidebar/assets/90972647/750822fb-5438-4778-bb20-8cb512bbabdf) 这边我是都有加进去的,js文件也改成你提供的链接了,可貌似还是不行

Hello @vogti, please review the PR mentioned below. Thanks. [Corresponding pr](https://github.com/polypheny/Query-to-File/pull/6)

Hello @vogti, I can now run Polypheny-DB and Query-to-File projects on Windows. But when I click to open the folder on the Query-to-File page, it shows that there is no...

Thanks for your encouragement! @vogti I read the official documentation, and it seems that as long as the VM's -Dfile.encoding=UTF-8 is configured, the file can be opened normally in Windows....