0x574859

Results 24 comments of 0x574859

[virustotal](https://www.virustotal.com/gui/file/bd7c8ea1eea5054a5a5c9c29c4a001c1b8f33036fccbed309801dd6f9e59234c) 我的WD也报毒,不知道更新了什么

+1,希望能导入chromium导出的书签

> 希望访问主页需要访问密码 这功能0.4版本已经有了,命令行的话只用加上`-e FLARE_DISABLE_LOGIN=0 -e FLARE_VISIBILITY=PRIVATE `两个参数就可以了,前者用于开启登录,后者用于隐藏主页,用户名和密码可以在logs里看到,也可以参数设置(文档里有),compose的写法你去看一看文档就会了 不算是很优雅的实现,不过能用就行

> 目前在忙公司项目,等我有空适配 等一手适配Win11,AMD驱动太流氓了,直接给我加了一个大长条,实在找不到能不手动改注册表的方法

> Hi @Wimpje , this project is in maintenance stage, I cannot reproduce your problem, if you cannot solve your problem, I suggest you to try https://marketplace.visualstudio.com/items?itemName=redhat.vscode-community-server-connector (prefer download tomcat...

There are some issues related to ScoopInstaller/Install#48, due to my two modifications: ScoopInstaller/Install#44 and #5395 An easily reproducible case is: * Use the latest dev branch code(New method to get/set...

> So the new method add path to _current_ session only? Could you have a hotfix for it? No, the situation is very complicated. The modification of the registry is...

如果不在乎编译大小,直接去掉`-m32`就行了 `gcc main.c qrcodegen.c codec.c -o qrcode.exe -s -static -mwindows` 剪裁一下`upx -9 qrcode.exe`也就41KB