InspectorBoat
InspectorBoat
### Zig Version 0.12.0-dev.3412+54c08579e ### Steps to Reproduce and Observed Behavior This code has the wrong error message: ```zig const std = @import("std"); pub fn main() void { // This...
- Fixed left clicking while nuker is active doubling break speed because block breaking progress gets ticked twice - ~~Fixed nuker immediately sending ABORT_BREAK after START_BREAK because vanilla doesn't realize...
### Describe the new feature. Purple on black doesn't provide much additional contrast. A nicer highlight color would be orange. ### Images _No response_
[As per mlugg:](https://github.com/ziglang/zig/issues/19858#issuecomment-2369861301) > Never rely on the output of @typeName: its return value will more than likely end up being implementation-defined (if @typeName isn't removed from the language altogether,...
We commonly cast a type-erased ComponentStorage pointer to a `Storage(u1)` when we don't know its actual type, so that we perform component-agnostic operations on it. This is technically undefined behavior,...