David Liu
David Liu
Range selections turn into multiple selections when the view contains mixed hidden/normal files and view hidden is set to false. Any workarounds?
During concurrent read it crashes on lockfile library. It seems that the lockfile lib that this lib reference has a bug https://github.com/npm/lockfile/blob/6590779867ee9bdc5dbebddc962640759892bb91/lockfile.js#L286 Notice that this line ``` var st =...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary In order to access Web3 functionalities provided by popular wallet extensions, such...
Any plan for fine-tuning a 30B version? Either directly fine-tuning it or with Lora?
As my understanding, the preload.ts is executed in the renderer process during every BrowserWindow initialisation rather than in the main process. Does putting it in the main folder wrongly suggest...
Reproduce method: ``` const schema = new Schema().register(AffineSchemas); const workspace = new Workspace({ schema }); const page = workspace.createPage(); page.load(() => { page.addBlock('affine:page', {}); }); const container = new AffineEditorContainer();...
按照文档搭了一个最简单的实例,结果发现左上角有这样的奇怪的蓝色方块: 这个方块只有在textbox为focus状态的时候才显示,focus blur了就没有了 这个要如何消除掉?看看是不是渲染的bug
I have a 1.5 model .safetensor file downloaded from civitai. How to use it? I tried to change the sd_model to include path to the file but it complains that...