Rob Blanckaert
Rob Blanckaert
I am creating a bake package for alpine linux, however musl lib-c doesn't provide execinfo.h. This is a addressed in flecs by checking ` !defined(__GLIBC__)`. See https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/42563/diffs
Supersedes #90881 See also https://github.com/godotengine/godot-proposals/issues/1942 , #65307 , #90115 After a good discussion in the weekly rendering meeting with @clayjohn and @BastiaanOlij the consensus was that adding a new variable...
- *Production edit: This closes https://github.com/godotengine/godot-proposals/issues/3726.*
The documentation makes it seem like CryptoKey can only hold an RSA key. This is compounded by the fact that Cypto only has a function generate an RSA based key....
Some package managers like vcpkg rely on CMake to install the built binaries. Adds the standard boilerplate to install headers, static libs, and binaries via the install target.
Fixes bug where this template would fail to parse correclty. ``` html {{a}} ```
Emulate a networking stack, intercept HTTP requests, serve them with fetch(). Enable by setting networking_proxy=fetch Somewhat fixes #198 Just enough networking for http to work for package managers and net-boot....
Implement a virtio networking card. Currently only supports one set of buffer pairs but seems to be a bit faster than ne2k. Tested with linux4 and the alpine linux_virt kernel.
Sometimes shaders want to accept a color as input that is always in the srgb color space. This adds a hint to vec3/vec4 to enable the color picker popup for...