Thomas Parslow
Thomas Parslow
I've updated for latest react (prop types now have to be imported from their own package)
I've sent a pull request that fixes the issue. `ReactPropTypeLocations` was just a keyMirror object so I replaced the property with the corresponding string.
This commit (https://github.com/etianen/django-s3-storage/commit/dcf79523e26277d86a569597b4120ed7efb384a9) seems to explictely add a per-thread session instead of using the implicit (and presumably shared) session. I don't know if it's needed but I assumed that commit...
Did you find any workarounds for this? Taking photos fails on iOS for me with this error and I don't think I have any particularly odd settings.
You're very welcome to make a pull request ;)
One way is to build a base64 data url for the image and include that as part of the HTML (or inject it in via JavaScript later)
I do still use this. I have no idea about how it differs though as I donāt remember looking at org-journal. I would imagine this is simpler because thereās basically...
The auto height thing is relying on the underlying webview to report its content height. Do either of you have time to create a sample project demonstrating the issue? That'd...
Please don't use this library! It's been surpassed by other more recent libraries such as https://github.com/andpor/react-native-sqlite-storage
It uses the GitHub API to make pull requests so would need to be adapted to support GitLab. Definitely possible, but how much work depends on how similar the APIs...