Darcy Shen

Results 92 issues of Darcy Shen

seems to be a bug in Qt, see http://qt-project.org/forums/viewthread/7265

https://github.com/da-tubi/pants-minimal 可以让项目更加reproducible

enhancement

### Is your feature request related to a problem? Please describe. We are using tbox to implement the file system related API in lolly: https://github.com/XmacsLabs/lolly/blob/main/System/Files/file.cpp And we find the APIs...

### Describe the bug Here is the todo code: https://github.com/tboox/tbox/blob/master/src/tbox/platform/windows/file.c#L410-L411 ### Expected behavior Symbol Link should be deteced ### Error output None ### Related Environment Windows ### Additional context Here...

### 先决条件 (Prerequisites) - [X] 我已确认这个镜像源从未在 [其他 issues](https://github.com/ustclug/mirrorrequest/issues) 中讨论过。 I have checked that this repository has not been discussed in [other issues](https://github.com/ustclug/mirrorrequest/issues). - [X] 我已仔细阅读 [请求新镜像前必读](https://github.com/ustclug/mirrorrequest/issues/350)。 I have CAREFULLY read...

new

### Xmake 版本 2.8.5 ### 操作系统版本和架构 Windows 11 ### 描述问题 openssl在安装时会安装文档,很多小文件,会比较慢 ### 期待的结果 不安装文档 ### 工程配置 无 ### 附加信息和错误日志 无

bug

See https://github.com/XmacsLabs/mogan/pull/544 We are migrating Mogan from cmake to xmake. Using xmake, we do not need to include the source code of the Hummus PDF Writer. Just: ``` add_requires("pdfhummus 4.1",{system=false,configs={libpng=true,libjpeg=true}})...

These are my investigations: - cpp part: it compiles, but there are warnings. 1. `scm_long2num` is deprecated 2. `scm_internal_lazy_catch` is deprecated - scheme part: This error `definition in expression context,...