Jonathan Bro

Results 3 issues of Jonathan Bro

I get following error when compiling ``` /src/wayland.zig:104:53: error: expected type '[104]u8', found '[108]u8' var addr = std.os.sockaddr_un{ .path = [_]u8{0} ** 108 } ``` The fix may be to...

# Steps to reproduce Run the view_vs_groups.zig example but comment the `createEntities(&reg)` function https://raw.githubusercontent.com/prime31/zig-ecs/master/examples/view_vs_group.zig # Expected Program to run as normal. There won't be anything to iterate, but that shouldn't...

I'm seeing an error when running `zig build run` The interesting thing is if I just run any one of the example print statements in main.zig, it will build correctly...