Josiah Kaviani

Results 105 comments of Josiah Kaviani

I use `trafaret` as normalization library in the service layer of my application. For example, [here](https://github.com/proofit404/crewmate/blob/issue-112/crewmate/usecases/scopes/manage_columns.py) and [there](https://github.com/proofit404/crewmate/blob/issue-112/crewmate/usecases/scopes/manage_activities.py), [now](https://github.com/proofit404/crewmate/blob/issue-112/crewmate/usecases/shapes/references.py) and [then](https://github.com/proofit404/crewmate/blob/issue-112/crewmate/usecases/shapes/columns.py). So, in my case it supposed to be used...

https://github.com/requests/requests/blob/b0ad2499c8641d29affc90f565e6628d333d2a96/requests/api.py#L63 The issue is that you can't use params as a positional argument after your monkey patches. So code which works with requests doesn't work with your toolbar extension.

P.S. It would be nice if safe \ unsafe flag would be present in json report.

Hello, Thank you for thoughtful suggestion. I appreciate you effort you put into design. Over the years I came to simple approach in the way I write use cases. ```python...