Results 3 issues of Lue

Currently gpu-dawn's `build.zig` tries to download binaries as soon as you call `link`; this is undesirable in the following cases: - The user runs `zig build --help` to read the...

build

https://github.com/hexops/mach/blob/5cf18801a180859bda446347f424f4af9ff23430/libs/glfw/src/main.zig#L92-L98 The `errdefer` here will not trigger as `glfw.init()` returns a bool, not an error union. This means that the assert will be incorrectly triggered if `glfw.init()` is invoked after...

contributor-friendly
glfw

### **Please explain your feature request to the best of your abilities:** On a Towny status screen, many of the text components have `clickEvent` actions, but it would be very...

enhancement