Kole
Results
2
issues of
Kole
Here I've used the debug tools to prevent the website demo from switching to the mobile layout properly, to demonstrate. For some reason, the words "flex-box" and "single" both repeat...
bug
### Zig Version 0.16.0-dev.1334+06d08daba ### Steps to Reproduce and Observed Behavior Use this config: ``` const GPA = std.heap.DebugAllocator(.{ .never_unmap = true, .backing_allocator_zeroes = false, }); ``` with `root.os`: ```...
bug