Amit Assaraf
Amit Assaraf
Use your own HTTP Client to do the following: https://github.com/bradleyg/django-s3direct/issues/44#issuecomment-98085276 **EDIT:** I tried this myself and apparently it is outdated. I have requested @bradleyg in https://github.com/bradleyg/django-s3direct/issues/44#issuecomment-466684251 to renew the answer...
I believe this needs a fix, I solved part of it by forking [django-hashid-field](https://github.com/nshafer/django-hashid-field) and adding `gt` and some more lookups to the allowed lookups list. (This is a bit...
@f1nality Hi, I was using it on a project in my startup. Yeah it's strange that it didn't work, but once I changed it from using a [django-hashid-field](https://github.com/nshafer/django-hashid-field) to a...
@f1nality I recreated this issue in an empty project here [jet-django-pk-test](https://github.com/amitassaraf/jet-django-test). There seems to be an issue. When playing around I get code 500 errors `AttributeError: 'tuple' object has no...
Please add RTL support for the next release, it is a critical feature for this product.
@nandorojo Note that you cannot use `react-native-screens` with [react-navigation-shared-element](https://github.com/IjzerenHein/react-navigation-shared-element) and it is unlikely to ever be supported
@kislyuk FYI
@cmyr happens to me too, my application is a Web API, when I kill it after doing 10K requests, I get this error. Could it be that stopping the API...
@ethanresnick This is still happening, even in the example. Is this library maintained? I am starting to wonder whether I should use it.
@rossmechanic @chemscobra @nick-traeger Have you figured out a solution? EDIT: What I ended up doing is making the history_relation field nullable and with a default value of None, then generated...