Maksym Bykovskyy
Maksym Bykovskyy
### Issue type **I'm submitting a ...** (check one with "x") * [ x] bug report * [ ] feature request ### Issue description **Current behavior:** An `nbButton` property [disabled]...
Currently, parsed JSON with symbolized key fails validation. Please add support for validating JSON with symbolized keys.
I'm not sure if the issue is with this library or the Deno internals. I decode thousands of gzip encoded blobs in a loop, by calling `gzipDecode`. ``` for await...