BtbN
BtbN
I can't figure out how to build a ROM based on this and the two related repos you have. Cloned the AOSP tree from https://android.googlesource.com/platform/manifest on android-8.1.0_r29 Added a bunch...
On the latest Windows 11 Release Preview, the agent communication consistently breaks if I close and re-open the terminal. `ssh-add -l` then fails with `communication with agent failed`. The strange...
Where does one put buildkitd.toml when trying to reduce max-parallelism on WSL2 backed Docker on Windows? I tried all more or less obvious locations I could think of: - /etc/buildkit/buildkitd.toml...
The libshaderc_util CMakeList never actually installs the shaderc_util target. But the main CMakeList installs a .pc file that wants it. Looks to me like libshaderc_util is plain missing the respective...
The following line appears to be missing the 'defined', causing a compile time warning, and potentially some issue when actually using clang on non-linux. https://github.com/GPUOpen-LibrariesAndSDKs/AMF/blob/9c7189ebb0a78e7e9287547b7898995abf268af8/amf/public/include/core/Platform.h#L75
I just don't care about a Sea Dragon at my location 1400m below me. Not sure what a sensible depth range limit would be. Maybe like within 500m of the...
After some recent update to this repository, building for a non-native cross target (x64 windows in my case) fails. From the looks of it, cargo (or something else?) invokes the...
Without explicitly doing this, the owner of the volume when using the provided compose file will very likely be wrong, resulting in permission issues involving writes to that directory.
The new Debian-Base does not come with this by default, making the ps based health-check in the compose file fail
When building hdf5 with autotools, the following file is used to produce h5cc and friends: https://github.com/HDFGroup/hdf5/blob/develop/bin/h5cc.in However, when building with cmake, the following file is used for it: https://github.com/HDFGroup/hdf5/blob/develop/config/cmake/libh5cc.in It...