star9029
star9029
**Describe the bug** F12-console: ``` _app-007d315c05c6f134.js:191 Uncaught (in promise) {statusCode: 401, message: 'A user with that username and/or email already exists.', timestamp: '2023-01-12T04:19:29.609Z', path: '/auth/register'} ``` **Product Flavor** - [x]...
# Build [xmake](https://xmake.io/) will automatic dowloads the dependency. ```sh xmake f -m release --toolchain=msvc -y xmake ``` # Run ```sh xmake run ``` # Install ```sh xmake install ``` then...
### Xmake Version v2.8.5+HEAD.debbd3ac3 ### Operating System Version and Architecture all ### Describe Bug ```sh $ xmake f -c error: package(zlib/latest:{"vs_runtime=MT"}): conflict dependences with package(zlib/>=v1.2.13:{"vs_runtime=MT"}) in test! ``` ### Expected...
### Xmake Version v2.8.1+dev.732d60063 ### Operating System Version and Architecture Windows 10 22H2 ### Describe Bug as title. ### Expected Behavior Success. ### Project Configuration ```lua add_requires("zlib", {arch = "x86"})...
### Xmake Version v2.7.5+HEAD.d523fc824 ### Operating System Version and Architecture Windows 10 Professional 21H2 19044.2364 ### Describe Bug ```lua set_policy("build.c++.modules", true) rule("bin2lib.build") add_deps("c++") -- add_deps("c++.build.modules") add_deps("utils.inherit.links") on_buildcmd_file(function (target, batchcmds, sourcefile,...
windows: ``` xmake f -c --toolchain=clang-cl ```
https://github.com/richgel999/miniz/blob/16413c213de38e703d883006193734e8b1178d5d/miniz_zip.c#L3253 ``` comparison is always false due to limited range of data type | if (((mz_uint64)buf_size > 0xFFFFFFFF) || (uncomp_size > 0xFFFFFFFF)) { | ^ ``` https://github.com/richgel999/miniz/commit/f542e6df737167a9850a4f60104e9dadbdf5ebad didn't fix the...