XyKong

Results 7 issues of XyKong

## Environment Joplin version: 2.8.8 Platform: Windows 11 WebDAV Server Platform: Windows 11 with IIS 10.0 ## Steps to reproduce 1. Sync with webdav. 2. See error "Error: Got metadata...

bug

### Xmake Version 2.8.6 ### Operating System Version and Architecture Ubuntu 22 ### Describe Bug When building a dynamic link chain with a dynamic library from `add_requires` at the end...

bug

I've seen the feature about “Unused include” warning at https://clangd.llvm.org/guides/include-cleaner. I want to know, how to configure this in vscode-clangd's "clangd.arguments" setting or in .clang-tidy? ![image](https://user-images.githubusercontent.com/30373236/216354531-b59bf41d-048a-446d-af91-bc336301017a.png)

enhancement

When plat is windows, move *.dll from lib to bin dir. #3283 * Before adding new features and new modules, please go to issues to submit the relevant feature description...

### Xmake Version 2.8.6 ### Operating System Version and Architecture Windows 11 ### Describe Bug `onnxruntime`库只有`lib`目录,而没有`bin`目录。当安装目标时,不会将依赖的`onnxruntime.dll`和`onnxruntime_providers_shared.dll`动态链接库也安装。应该新建一个`bin`目录,并将这两个动态库拷贝过去 ![image](https://github.com/xmake-io/xmake-repo/assets/30373236/bc0fbb8e-e6fe-44de-a408-20f2cf57635c) ![image](https://github.com/xmake-io/xmake-repo/assets/30373236/9d913b55-2e00-4e94-ad6a-e9ae41b88ebc) ### Expected Behavior 应该在库目录下新建一个`bin`目录,并将这两个动态库拷贝过去。这样安装目标时,动态链接库也会跟着一起拷贝过去。 ### Project Configuration ```lua add_requireconfs("*", {configs = {shared...

bug

No `GLOBAL` keyword prompt in `find_package()` command. ![image](https://user-images.githubusercontent.com/30373236/215241363-2bdb2565-4c2c-4f24-98b8-eea36cb32da9.png) ![image](https://user-images.githubusercontent.com/30373236/215241352-c3948243-7054-4448-b9f2-456718e5f4a0.png)

Macro completion prompts ignore the macros with the character `_`. For example, `GL_POINT` won't prompt when I type `glp`. And I suggest changing the macro prompt icon, not use "abc"....

enhancement
good first issue