Charles Li

Results 11 issues of Charles Li

Creating this parent issue to track API improvements / upgrades 1. Support forward references (which will enable recursive dataclasses): #5 2. Full typing support: #23 3. ~~`coerce_keys` kwarg for encoding:...

enhancement
help wanted

> this seems like a risky way to determine whether `NewType` as it relies on typing's internal implementation rather than public API, but unless there's a better alternative I'm ok...

bug

Performance in general is on my radar as things to tackle next, as this library gains traction, and the top of a 1.0 release checklist. In general after some thought...

Adding this as a parent issue, since many new issues / PRs are added asking for support for a specific type / different behavior for a field: Please see [this...

Thank you for implementing this client library for Serum! I really appreciate the open-source efforts to make the Dex accessible, and I'd like to make my own contribution. # Description...

Sharing encoder / decoder in wider scopes (currently must be per-field. type, class, global are all potential scopes)

enhancement

#### tickets - [ ] get end-to-end constant product (uniswap v2) through existing UI #### questions - ~how to ensure single instance of a type? e.g. a single `Pool`~ -...