Arlington Douglas

Results 10 issues of Arlington Douglas

![image](https://user-images.githubusercontent.com/33192459/178907664-28940808-28d4-4e2f-bab1-73bb54ec8fdf.png) wails build work. It will continue when press `Ctrl + C` , but the wails will auto quit. ![image](https://user-images.githubusercontent.com/33192459/178907965-ade7cec3-8c47-45a0-a97e-60e2f20a6980.png) ![image](https://user-images.githubusercontent.com/33192459/178907991-c663bfac-0bf5-418d-832b-ef60e8d05b75.png) ![image](https://user-images.githubusercontent.com/33192459/178908003-95c99324-b7e8-4d99-a9db-76f8f7e1b82f.png)

Can not complete code in c++ template function. ![image](https://user-images.githubusercontent.com/33192459/128344731-9c386db2-3478-414c-99a3-76002ecb13b4.png) ### 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",...

bug

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...

Feature Request
Feature: settings

当相机的far比较小的时候2000左右时比较准确的,当far是8000的时候,有些角度就很不准,有办法可以改善么?

微信内小程序字体乱码 ![image](https://user-images.githubusercontent.com/33192459/106861550-dd932100-6700-11eb-8059-98792a7ebdaa.png)

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...

Bug
awaiting feedback

**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...

bug