Jason Phan
Jason Phan
Since we use scientific notation, should the buffer size change?
### Description The generated API reference that gets uploaded to https://docs.getty.so is only showing the internal testing module's API instead of the framework's. ### How to Reproduce the Bug Visit...
### Description There's an issue (https://github.com/ziglang/zig/issues/18967) with `zig 0.12.0-dev.2811+3cafb9655` where zlib decompression is broken, causing `git+https` URLs to not work in `build.zig.zon`. Once the issue is fixed, we should be...
# Problem There is no way for a visitor to know if a pointer value it has received is: 1. Allocated. 2. Safe to use as part of the return...
Thanks to https://github.com/ziglang/zig/commit/c481510c99ab29903350a834810bdcac32dbd9ea, we should no longer have duplicate doc comments for re-exports (e.g., in `src/getty.zig`).
For example, duplicate fields during deserialization should return error.DuplicateField. This includes errors from attributes. For example, renaming a field and then not correctly having that field in the input data...
## General If you'd like to see a certain `std` type gain support in Getty, please leave a comment and I'll add it to the hit list. Also, feel free...
### Problem A common scenario when serializing structs is to skip fields that are `null`. Currently, you have to write your own `serialize` function and manually check nullable fields and...
### Problem The proposal in https://github.com/getty-zig/getty/issues/55 got me thinking. In Getty JSON, the implementation for the aggregate serialization interfaces (e.g., `getty.ser.Seq`, `getty.ser.Map`) has a field referencing the serializer passed to...