Gabor Lekeny
Results
3
issues of
Gabor Lekeny
## 1. Are you opening this pull request for bug-fixes, optimizations or new feature? New feature ## 2. Please describe how these code changes achieve your intention. This PR will...
Parsing optionals fail at runtime when we use ReleaseFast optimization. ```zig const std = @import("std"); const toml = @import("zig-toml"); const Opts = struct { sub: ?Sub, }; const Sub =...