Arlington Douglas
Arlington Douglas
 wails build work. It will continue when press `Ctrl + C` , but the wails will auto quit.   
Can not complete code in c++ template function.  ### System information * ccls version (`git describe --tags --long`): 0.20210330 * clang version: 13.0.0 * OS: windows * Editor: vscode...
### What happend? exec.Command will block the message box display. ### Code example ```go func loop() { g.SingleWindow().Layout( g.Button("sync").OnClick(click), ) } func click() { cmd := exec.Command(cmdName, args...) cmd.Start() g.Msgbox("Info",...
right usage ``` m := make(map[string]interface{}) m["json.maxItemsComputed"] = 8000 m["C_Cpp.formatting"] = "Disabled" m["workbench.iconTheme"] = "vscode-icons-mac" m["C_Cpp.autocomplete"] = "Disabled" m["editor.folding"] = map[string]interface{}{ "ssss": 123, } s, _ := jsoniter.MarshalIndent(m, "", "...
### Brief Issue Summary My host os is ubuntu, I need to cross-compile the ARM architecture project. I set cmake.buildDirectory by buildKitTargetArch variant, but result is unknow. I expect it...
当相机的far比较小的时候2000左右时比较准确的,当far是8000的时候,有些角度就很不准,有办法可以改善么?
微信小程序乱码
微信内小程序字体乱码 
kodbox 1.20版本解压插件后,kodbox插件中心里查看不到自己添加的插件
### Description It takes a long time for the backend to read the file and return the contents to the frontend. For example, it takes 1300 milliseconds to read an...
**Describe the bug** 拉伸窗口的时候有留白,不使用这个库就没有问题,使用pywinstyles库也没有问题,所以是该库的问题。 **Environment** 环境信息 - OS: [e.g. Windows11] - DPI scaling: [e.g. 125%] - Python: [e.g. 3.11.0 64-bit] - PySide6: [e.g. 6.8.0] **To Reproduce** https://github.com/user-attachments/assets/8a5467fb-0a43-4ed1-9ff6-a8dc4d54761b **Code** 最小复现代码 ```python...