XyKong
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...
### 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...
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? 
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`目录,并将这两个动态库拷贝过去   ### Expected Behavior 应该在库目录下新建一个`bin`目录,并将这两个动态库拷贝过去。这样安装目标时,动态链接库也会跟着一起拷贝过去。 ### Project Configuration ```lua add_requireconfs("*", {configs = {shared...
No `GLOBAL` keyword prompt in `find_package()` command.  
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"....