1. Jan 24, 2023
    • MOZGIII's avatar
      Custom errors (#977) · dab1bfc0
      MOZGIII authored
      
      
      * Implement support for custom errors
      
      * Remove unneded for<'a> from E bound
      
      * Fix doctest
      
      * Handle the case where there are not exactly two arguments
      
      * Support for other Result paths
      
      * Rewrite with a more explicit rewriting logic
      
      * Back to rewriting the error argument
      
      * Add UI error for non-result
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarNiklas Adolfsson <[email protected]>
      
      * Fix a typo
      
      * Fix errors in the rest of the targets
      
      Co-authored-by: default avatarNiklas Adolfsson <[email protected]>
      dab1bfc0
  2. Jan 13, 2023
  3. Jan 10, 2023
  4. Jan 09, 2023
  5. Jan 03, 2023
  6. Dec 14, 2022
  7. Dec 13, 2022
  8. Dec 05, 2022
  9. Dec 01, 2022
  10. Nov 30, 2022
  11. Nov 23, 2022
  12. Nov 21, 2022
    • Niklas Adolfsson's avatar
      fix(ci): wasm tests (#946) · 7893ea0b
      Niklas Adolfsson authored
      * debug wasm CI
      
      * install chrome + firefox
      
      * fix clippy job all-targets
      
      * Update .github/workflows/ci.yml
      
      * Update .github/workflows/ci.yml
      7893ea0b
  13. Nov 18, 2022
  14. Nov 10, 2022
  15. Nov 09, 2022
  16. Nov 08, 2022
  17. Nov 07, 2022
    • Niklas Adolfsson's avatar
      [client]: improve batch request API (#910) · 824c3691
      Niklas Adolfsson authored
      * better handling of batch requests
      
      * add test for untagged enum
      
      * remove annoying trait bounds
      
      * cleanup
      
      * more clear comments
      
      * simplify batch request code
      
      * bring back old API + a new one
      
      * refactor batches to work with String IDs again
      
      * refactor again: single batch response API
      
      * fix tests + cleanup
      
      * fix doc links
      
      * address grumbles
      
      * BatchRequestBuilder: add iterator API for the batch
      
      * revert bench
      
      * fix benches build
      
      * address grumbles: ok and into_ok
      
      * fix some nits
      
      * fix nits
      824c3691
    • Niklas Adolfsson's avatar
      chore(deps): tokio ^1.16 (#926) · 576d8379
      Niklas Adolfsson authored
      576d8379
    • Niklas Adolfsson's avatar
      fix(server): read accepted conns properly (#929) · 1f6368d2
      Niklas Adolfsson authored
      This PR fixes that the connection count is read after a connection has been accepted and
      not before which cause this log to be out of order.
      1f6368d2
  18. Nov 04, 2022
  19. Nov 03, 2022
  20. Oct 26, 2022
  21. Oct 18, 2022
  22. Oct 17, 2022
  23. Oct 16, 2022
  24. Oct 13, 2022