Alexandre HOUNDJAGO

Results 7 issues of Alexandre HOUNDJAGO

**Can't use PAGE_DOWN PAGE_UP HOME END or any ARROW key to navigate commit summary area** Currently using arrows keys only move the text cursor. It can be even moved passed...

### Zig Version 0.12.0 ### Steps to Reproduce and Observed Output Snippets from 0.12 release note ```zig const ptr: *const u32 = ptr: { var x: u32 = 123; break...

error message

### Zig Version 0.11.0 ### Steps to Reproduce and Observed Output ```std.debug.print("{f}\n", .{@as(f32, @trunc(-1023.33))});``` error: invalid format string 'f' for type 'f32' ### Expected Output Show/Suggest possible specifiers.

standard library
error message

### Problems With The Current Behavior Zig code mix comptime and runtime constructs but it's often hard to distinguish between them but with zig's emphasis on comptime constructs and manipulation...

proposal

### Zig Version 0.11.0 ### Steps to Reproduce and Observed Behavior - Create a virtual machine (Virtual Box) Host: Windows, Guess: Linux (Ubuntu 22.04) - Set up a shared directory...

bug