Raven Szewczyk
Raven Szewczyk
The current way the containers are set up wastes a lot of resources when setting them up on different machines. There could be a faasm-builder container that builds all of...
This might be more relevant to me, but I know you also do soft-dirty tracking which uffd replaces in a much nicer way, so just putting a bunch of resources...
A few useful features: - [ ] [std::span](https://en.cppreference.com/w/cpp/container/span) instead of ptr+len pairs and some const vector&/const string& references as it can accept any of these, and avoid copying memory -...
https://github.com/Witko/nvidia-xrun/blob/af3b7349b322169f5e57ce30da760e50d94644cc/nvidia-xinitrc#L27 This line, specifically adding `/usr/lib` to `LD_LIBRARY_PATH` causes RStudio to fail on start (Archlinux x86_64), because it bundles its own Qt5 library and this override causes the system library...
Forge doesn't bundle it even though it is a transitive dependency of another library forge does include
The deobf transformer does not get invoked, leading to errors like: ``` - Configuration ':core:runtimeElements' variant resources: - Unmatched attributes: - Provides artifactType 'java-resources-directory' but the consumer didn't ask for...