Traxar
Traxar
Currently capy is missing dropdown menus. It would be very helpful in many cases to have support for dropdown menus.
It would be very nice for `zig-sqlite` to deal with converting enums to ints and back on its own. Having to write this at call site causes unnecessary boilerplate. As...
### Zig Version 0.13.0 ### Steps to Reproduce and Observed Behavior ```ts const V = @Vector(1,f128); pub inline fn foo(b: V) f128 { // removing inline changes crash message return...
### Zig Version 0.13.0 ### Steps to Reproduce and Observed Behavior ```zig const std = @import("std"); test { const ally = std.testing.allocator; const a: [*]bool = (try ally.alloc(bool,6)).ptr; defer ally.free(a[0..6]);...