tupleson icon indicating copy to clipboard operation
tupleson copied to clipboard

🧑‍💻 Your hackable JSON serializer/deserializer

Results 6 tupleson issues
Sort by recently updated
recently updated
newest added

## PR Checklist - [ ] Addresses an existing open issue: fixes #000 - [ ] That issue was marked as [`status: accepting prs`](https://github.com/trpc/tupleson/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [ ] Steps in [CONTRIBUTING.md](https://github.com/trpc/tupleson/blob/main/.github/CONTRIBUTING.md)...

## PR Checklist - [ ] Addresses an existing open issue: fixes #000 - [ ] That issue was marked as [`status: accepting prs`](https://github.com/trpc/tupleson/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [ ] Steps in [CONTRIBUTING.md](https://github.com/trpc/tupleson/blob/main/.github/CONTRIBUTING.md)...

This PR is a proposal for `tsonAsyncGeneratorFunction`: a serializer that can serialize a generator *function* and deserialize it into a generator *function*. This would allow for iterators that can be...

DISCLAIMERS: - this PR is a POC, code isn't very clean (the reference handling is done directly in the walkers, and not in its own neat plugin). - this PR...

The goal is to better propagate streaming errors, which happens natively if we use the Response.body stream (might also in the future propagate backpressure). This has pretty important drawbacks -...