tiawl
tiawl
Current track: generate GIF format when at least one dynamic option is set to true.
Most of the time, JB is described as an anti-pattern. Getters and Setters kills the encapsulation by making private attributes public. In the case of a OOP language, this is...
Before releasing, remove the `maintainers will update this section later` into md files of these repositories: - [ ] spaceporn - [x] cimgui.zig
Because Zig is a young but really promising project, maintainers advise to not use it for production use. So while Zig is not in stable state, spaceporn 1.0.0 will not...
Hi, I am using the v4.44.1 version. I picked the blank template because I do not know if I am facing a normal behavior or a bug. I have the...
Hi, I'm currently using the 4.44.1 version for some homemade scripts with the `--no-colors` option. Everything works fine except when I am combining it with the `--verbose` flag. Verbose output...
Currently empty. Will close #23 when finalized. As stated in the mentioned issue, I will ask for review when a step is ready (POC, test, doc or implementation) --- TODO:...
Hi, I tried to build this kind of struct to use lambdas with `std.json.Value`: ```zig const std = @import("std"); const mustache = @import("mustache"); const Native = struct { values: std.json.Value,...