Arcadia

Results 8 comments of Arcadia

Still have this problem in 0.9.0. Compare file with CRLF line endings cause this error

参考https://github.com/wuYin/crawler/blob/master/functions.php 可以通过接口`https://api.live.bilibili.com/room/v1/Room/room_init?id=${ROOMURL}`获取room_id json路径为data.room_id

另外之前爬取弹幕服务器的方案也不可用了,在网上搜到的另一个api获取弹幕服务器的接口也挂了,不过从别人博客查到的之前爬到的地址还能用,修改prepare_env后重新跑通了 ```python def _prepare_env(self): return ("broadcastlv.chat.bilibili.com", 2243), {} ```

mojave依然报错: ``` [Extension Host] Here is the error stack: Error: EROFS: read-only file system, open '/private/var/folders/l3/b5qjm27505d7n3_0prpyrbrh0000gn/T/AppTranslocation/342E781A-1F16-4579-AF1E-A24A6B2BDE66/d/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.css' at Object.fs.openSync (fs.js:577:3) at Object.module.(anonymous function) [as openSync] (ELECTRON_ASAR.js:166:20) at Object.fs.writeFileSync (fs.js:1321:33)...

> I found a workaround for that. You need to change order of nuxt modules, and move Vue-email/nuxt before Nuxt/ui. It fixes this issue for me. Thanks for the workaround....

Do a quickly check and found ollama support in langchain. So it's not hard to add integration. For the ToP part I'm not familiar with it. Could you give more...

If write on file, is it a must solved comment thread instead of a common comment?

Instead of using sphinx. I found another package pdoc which can generate api refenerence documents just from comment string. where is perfect simple and clear.