Finn Gundlach

Results 13 comments of Finn Gundlach

> > > @philgyford & @mannpy This works for me as well! Thanks. > > We use Digital Ocean Spaces (S3 compatible) for our media. It seems that the first...

> > > @FinnGu, I'm currently using the same code as above successfully with: > > ``` > boto3==1.17.73 > django-imagekit==4.0.2 > django-storages==1.11.1 > pilkit==2.0 > Pillow==8.2.0 > ``` >...

@ibrag8998 Have you checked out this already merged pull request https://github.com/farhan0581/django-admin-autocomplete-filter/pull/30? I have just started using it and can successfully lookup related fields, it just wasn't documented anywhere after being...

Did you resolve this issue? I am getting the same error for some days now... `[2017-10-04 18:46:23] [connect] Successful connection` `[2017-10-04 18:46:23] [error] Server handshake response error: websocketpp.processor:20 (Invalid HTTP...

I ended up resolving this issue by using a different underlying service for my server socketio implementation: Instead of using **gevent** which relies on long-polling, I now use **eventlet** which...

There are already two PRs that solve this problem. @n4kz can you please merge either one or give other contributors the right to do so? https://github.com/n4kz/react-native-material-textfield/pull/233 https://github.com/n4kz/react-native-material-textfield/pull/252

For me it only happens when I set height to "wrap_content". Setting it to specific dp value "solved" it for me... I know, not a real fix, but maybe it...

Also happening when displaying a modal with transparent background with react-native-navigation.

Has this been resolved, yet? Displaying network errors is the only reason, I wanted to use this library :(

I am looking for this feature as well. Is there any way, I could help with this?