Maxime Boucher
Maxime Boucher
I was going to ask what is the intended behavior. I actually personally prefer if it lock the computer but doesn't "sleep". I'm intending to use VS Code remote, and...
To configure iCloud3, we need to fill the configuration.yaml file with the plain text password, as shown here. Instead, we should probably use secrets.yaml files as shown in the official...
Hey @uNetworkingAB , I’ve been thinking that we could benefit from using CMake as the standard build system, so I drafted some CMakeLists for both uWebSockets and uSockets. I was...
> Project already uses Make and NMake. This CMake support is not Windows compatible (you have hardcoded flags just like the current approach). It is also not any simpler than...
> Speak of the devil - #1789 😂
just of curiosity, why is it `GNUmakefile` ? probably it conflicts with old makefile ? usually people use cmake with out of source dir (I think -B build) (though it...
will check tomorrow, with different compilers / system i fixed the -O3 flags that i moved in a wrong place but thats not likely the answer to those errors