Moses Miller
Moses Miller
The ppa is currently at version 0.7.2.12, and is only for lucid and precise; it would be nice to get the latest version of tup for xenial and artful.
In Void Linux, the `dns_sd.h` header is installed to `/usr/include/avahi-compat-libdns_sd/dns_sd.h`, but the gem assumes that the header is installed to `/include/dns_sd.h`. Therefore, `sudo gem install dnssd -- --with-dnssd-dir=/usr/include/avahi-compat-libdns_sd/` fails, and...
### Your GTNH Discord Username majora320 ### Mod Version 1.0.0-alpha36a ### Java Version Java 17 ### Graphics Card Vendor AMD/ATI ### Bug Report When viewing deep bodies of ice or...
### Regression? No ### System Info and Version System/Version info ```sh Hyprland, built from branch at commit cba1ade848feac44b2eda677503900639581c3f4 (props: bump version to 0.40.0). Date: Sat May 4 15:42:32 2024 Tag:...
I have an nginx server using a slightly modified variant of its default log format. The specification in my nginx.conf is as follows: ``` log_format main '$host $remote_addr - $remote_user...
With MANGOHUD=1 set, running a simple Vulkan application with VK_LAYER_KHRONOS_validation enabled will print the following error message from the validation layer when a swapchain is created: ``` Validation Error: [...
It would be useful to have documentation about how different functions can fail, similar to how the Vulkan spec lists possible error codes for each operation. This should be possible...
The current DescriptorHandle mechanism uses a uint2 for handles, but only half of this is actually used unless the handle has an associated sampler. When passing handles through push constants...
The following minimal Slang example code: ```slang #language slang 2026 [[vk::binding(0, 0)]] RWTexture2D images[]; [shader("compute")] [numthreads(1, 1, 1)] void computeMain(uint3 dispatchThreadID: SV_DispatchThreadID, uint3 groupThreadID: SV_GroupThreadID) { RWTexture2D image = images[0];...
The "Go to Declaration or Usages" keybind, Ctrl+B by default, jumps to a function declaration but does not show a list of function usages (or jump to the usage if...