Will Bradley

Results 7 issues of Will Bradley

It would be helpful if cassette utilized/recorded backtraces for when requests were made, and recorded them into the responses file. This would aid when debugging why or where a test...

Users are encountering the mismatched input error and this is by design. However, the error message could be constructed to simplify the user experience. This PR suggests a fix in...

So far the documentation I've found does not address all of the available supported options in the v2/orders REST API. For example in "../v2/orders", the parameters like "until" and "nested"...

Think about named struct initialization or named parameters.

enhancement

## Escape analysis Goal: Implement escape analysis in order to avoid unnecessary heap allocations. After translation, before gen phase, add a phase to annotate heap-exprs. ### Escape phase 1. Build...

enhancement

A recent major version bump of maison is causing autoimport to fail at runtime because it claims to support maison>1.4.0. ## Checklist * [x] Add test cases to all the...