Robinson Collado
Results
3
issues of
Robinson Collado
Hello, I found a typo in the _listenToQuery function.
I haven't thought this through, but what if we could do something like this to distinguish between `text` and `blob` internally: ``` pub const Type = union(TypeTag) { blob: std.builtin.Type.Pointer,...
Maybe I'm reading this incorrectly but can `Binding.parseStruct` produce undefined behavior since it's returning a locally defined array of structs?