Znerole

Results 5 issues of Znerole

When updating `CMAKE_FIND_ROOT_PATH`, invalid syntax is used: https://github.com/leetal/ios-cmake/blob/14092d317b84a3037e71b870d2117dda126811a3/ios.toolchain.cmake#L882 `CACHE INTERNAL ""` is not allowed with `list`. As a result, `CMAKE_FIND_ROOT_PATH` contains the literal entries "`CACHE`" and "`INTERNAL`". Since with CMake...

Hey! I'm just curious, why the defaults for the different `CMAKE_FIND_ROOT_PATH_MODE_*` switches had been changed to `BOTH` in this (old) change: https://github.com/leetal/ios-cmake/commit/96e13cf067500f51121df9c0e8a1e843da8c0966 Last week I was quite confused, because my...

I had some debate on the performance of different ways of iterating over an array and decided to benchmark this. I also tried LiquidCore and found it to be several...

**Describe the bug** The current TypeScript declarations appear to be wrong to me. Importing `Titlebar` and `Color` doesn't allow proper type usage: ```TypeScript import { Titlebar } from "custom-electron-titlebar" const...

wontfix

Thank you for this useful library! It would be very kind of you to fill out the "license" field in the `package.json` file, i.e.: `"license": "Apache-2.0"` That would make checking...