Deniz
Deniz
This library amazing, thank you for making it. However, one minor issue when I use it in PyCharm (and probably other linters)... I've written this simple decorator: ```python @wrapt.decorator def...
When trying to log content with content type multipart/form-data, an exception is raised. A good place to start looking at this issue is ddrr.records.RequestLogRecord#body.
It would be nice if one could easily exclude requests/responses from printing based on e.g. - Path, e.g. don't print anything beginning with /admin/ - Response status code, e.g. don't...
This library does not support circular references, but if we could still get the same performance while supporting them it would be great! An alternative would be to add an...
Would you be open to the idea of adding a `safe=False` option to `read_dotenv`? The way it would work is similar to [dotenv-safe](https://www.npmjs.com/package/dotenv-safe) for Node.js, i.e. require the existence of...
I think it would be nice if we could configure this using YAML instead of JSON. JSON often becomes messy when editing via SSH on a remote server somewhere, whereas...
Thanks again for this library, it's helping me out tremendously. I was curious to know how I can find the mapping between each example in the README and its corresponding...
## Describe the bug and the expected behavior Sometimes when I generate my project, basically, nothing happens. The Xcode doesn't open the project and I have no idea why. Sometimes...
I can't figure out how to sign in using AppleID with this library, and I can't understand how the authorization code flow is supposed to work in general. The README...
It would be nice if there were DRF serializers for the various token views so that it would be easier to see exactly what is expected from the client side....