Riley

Results 4 issues of Riley

At the moment, `std.os.uefi` is a very barebones wrapper around UEFI. I'm proposing to rework it in the following ways: - Make functions that can fail return error unions -...

standard library
proposal

Currently, trying to compile something like ```zig pub fn main() void { const Foo = struct{a: ?u8, b: ?u8, c: ?u8, d: ?u8}; var test_foo = Foo{.a = 5, .b...

bug
frontend

### Is your feature request related to a problem? Please describe When working with box-drawing characters, the stdout view has spaces between consecutive lines, which is visually distracting when trying...

request