Hideman85
Hideman85
May I request the support of this new region eu-central-2 Zurich? Thanks 🙏
```make HastyNoise/build (master)$ cmake .. -DCMAKE_TOOLCHAIN_FILE=../WindowsCompileOnLinux.cmake -- The C compiler identification is GNU 8.3.0 -- The CXX compiler identification is GNU 8.3.0 -- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-gcc --...
Hi this is the exact library I needed to find I want to be sure that the link user inserts is not something broken. Do you think you could introduce...
I try to use `zwssock` with `JSMQ` to use ZeroMQ over WebSocket to link JavaScript browser-side app to a c++ backend. I would like to implement a `REQ-REP` and a...
Hi @Hopson97, First of all this version of Minecraft in one week seems very very good, I congratulate you for this! I just tried Minetest «mature» version of Minecraft c++...
I tried the following docker-compose: ```yml version: '3.7' services: cypress: build: context: . dockerfile: ./Dockerfile.cypress network: host environment: - DISPLAY working_dir: /cypress entrypoint: '' command: bash -c 'cypress open --config...
Dear all, I'm posting this here cause I havent found a wiki to discuss about it. I am running Ubuntu 24.04 (Noble), with kdenlive 23.08.5 for edinting and rendering in...
Dear Nicholas McDonald, I am currently looking for a simple way from a heightmap to generate river paths, and I came to your library. I am wondering how would you...
I'm getting a few issues with the transitions as follow: 1. Grow: Despite unmountOnExit set the components remain in dom after exit animation - Expect to be destroyed 2. Slide:...
While debugging inside The-Forge for understanding why it cannot find the right device queue I found the following issue: https://github.com/ConfettiFX/The-Forge/blob/a00d6d301b9fd01a1edc99f7c4e38996ce1bee0b/Common_3/Graphics/Interfaces/IGraphics.h#L2635-L2641 This code does an union on the 3 uint not...