Michito
Michito
## Code Version 2.1.2 ## Expected Behavior The memory used by `pyff` is properly freed up after a request finishes. ## Current Behavior Each request that leads to a 500...
This MR aims to fix the a couple of issues in the argument parsing: 1. `InvertedSetting` incorrectly defines its own `__get__` and `__set__` dunder methods. 2. Boolean arguments are not...
## Code Version 2.1.2 ## Expected Behavior `pyFF` returns correct response (cached or not) depending on the value of the `Accept` header. ## Current Behavior Request / response caching relies...