Matt Fisher

Results 3 issues of Matt Fisher

I'm using typesystem to implement a client for an HTTP API, and it's almost perfect for the jobs of constructing payloads to send and parsing payloads that have been received....

We are dealing with a client library that sends `"params": null` in a JSON-RPC 1.0 ["hello" request](http://www.liss.org.au/specifications#_Toc286144270), which is rejected by `JSONRPC10Request.from_json()` (as specifically tested by `TestJSONRPC10Request.test_params_validation_none()`) because it's not...

question
wontfix

I have a use case where I need to customise the `create` method of a nested serializer, because the model it creates depends on a field in the parent serializer....

bug