Results 40 comments of scillidan

For `arm` image, seems that only [langflowai/langflow-nightly](https://hub.docker.com/r/langflowai/langflow-nightly) can be used at present.

I used tmux in `wsl.exe` before and never encountered this problem. I find `C-Space` became weird when I used `ssh.exe` to connect to linux to use tmux. Because I didn't...

感谢你愿意帮忙,不过不好意思去嫖你的时间~我个人目前用 StarDict 字典就足够了,也不着急。最近在 Calibre 里使用网页查询,就马上想到了这个库,发现很合适 ![Image](https://github.com/user-attachments/assets/41b841f7-a7ba-4b45-ae26-068c2d80d4b3) 或许后面,可以考虑有一个 `test` 命令,能够让用户按照命令的返回信息,自己(尝试)去修(不过有些 mdx 文件很大,无法直接用编辑器,情况远比我想的复杂吧)。或者也可以简单写一点 Wiki 关于如何去修 mdx 的思路

嗯,用的是`http://:2628/api/query//{word}` 我在本地还有一个Docker版的Cablire,在里面也试了下。地址里用ip地址的话可以,`hostname`这种别名好像就不行。

之前刚开始用GoldenDict下载不少MDX格式字典,现在也基本在使用StarDict格式了。不过MDX格式的优点可能是我能找到的字典更多,一些字典目前也没有StarDict格式。 我试过用SQL编辑工具或者Python脚本,但这两样我都基本不会。最终是在Sublime Text这种编辑器里编辑,虽然处理100~200mb大小的字典时会卡,但需要用到`批量选择`,`批量编辑`的功能。不过我只用来生成过StarDict格式,目前我还不没弄清楚MDX有哪些书写规范。

我最近在SilverDict上使用StarDict也遇到了不显示词条的问题。 我用pyglossary按格式说明[StarDict (ifo)](https://github.com/ilius/pyglossary/blob/master/doc/p/stardict.md)导出了两个格式的字典: ``` # html (default) sametypesequence=h # plaintext sametypesequence=m ``` 它们在GoldenDict里会显示成: 不过在SilverDict里面,html版本也是无法检索词条:

文件在这里,https://github.com/scillidan/share_hanyudacidian/releases - HanYuDaCiDian-2.0-stardict-html.zip - HanYuDaCiDian-2.0-stardict-plaintext.zip 还有用来导入进行转换的纯文本格式,`HanYuDaCiDian-2.0-tabfile.txt`

Try clone LibreTranslate, then ``` cd LibreTranslate uv venv --python 3.10 .venv/bin/activate.bat uv pip install -e . ```

It can also start from source code instead of docker. Just refer to [start-gpu.ps1](https://github.com/remsky/Kokoro-FastAPI/blob/master/start-gpu.ps1) or [start-cpu.ps1](https://github.com/remsky/Kokoro-FastAPI/blob/master/start-cpu.ps1). I I test `gpu` mode on Windows 10. ```sh git clone --depth=1 https://github.com/remsky/Kokoro-FastAPI cd...

I guess you can try [Installing Plugins](https://github.com/yt-dlp/yt-dlp#installing-plugins). There are similar errors while I was using `yt-dlp` before.