Arnau Camprubí

Results 11 comments of Arnau Camprubí

This would be really easy to implement if #18360 was accepted

> With this proposal you can write it as `return try execve(...);` which is IMHO more readable and has benefits of both variants. Hmm, that doesn't look right to me,...

Not sure, but it should be there by 0.12.0, so... Anyway, the syntax is very simple, just anonymous nested structs, like so: ```zig .{ .foo = .{ .a = "hello",...

Now that i'm thinking about this, it would be wise to wait for #14531, and document everything at once. More importantly, some aspects of ZON files might change.

I totally agree with @Earnestly, having documentation for `build.zig.zon` is good, but the `.zon` format itself should also be documented (maybe in langref?).

> In the meantime, since there's no documentation on ZON, could someone please tell if ZON supports arrays? You should think of a `.zon` file as a struct initialization. So...

> I don't want to hijack the comments for this issue.. but you wouldn't happen to know why negative numbers (field values) are represented by two tokens in AST -...

Same problem... Did you get any solution? :c

> @Arnau478 try loading a larger number of sectors. And also in the clear_screen() function make sure it iterates for two instances more. > > for(i = 0; i <...