Jonathan Ehwald

Results 30 comments of Jonathan Ehwald

> Has anyone found a solution? For me, the ad never loads and therefore never displays. @victorroatt the related underlying code has changed since this issue was reported. I would...

Try `admob.setRequestConfiguration(...)` instead of `admob().setRequestConfiguration(...)`. I had this issue myself experimenting with the current version :)

One could probably use the [`isRunningInTestLab` util from the react-native-firebase package](https://rnfirebase.io/app/utils#test-lab) (at least for firebase tests).

> Is strawberry using an outdated version of the graphiql playground? Unfortunately we do. The main reason is/was that we want to keep the graphql-explorer extension which we currently integrate...

Looks like your GraphQL client was sending a 'OPTIONS' request. Was that intentional (usually one would use 'POST' requests to mutate and query data)? Most, if not all of our...

Just took a look at this in a VM. First I noticed that run the `python` command itself hangs. Running Python via `winpty python` [as suggested on stackoverflow](https://stackoverflow.com/questions/32597209/python-not-working-in-the-command-line-of-git-bash) resolved that...

It's on my list of things I want to add to our docs. Could help some windows users.

Hey @zhouyuf6741, are you still interested in this? From the top of my head, two solutions come into my mind. 1. One obviously would be to implement the graphql subscription...

Do we still want this @patrick91? Personally I'm fine with `AsyncGenerator[str, None]` since I see it a lot in code using asyncio. But adding a type alias is still an...

I ran into the same issue running an AppImage built on Centos 7 on Ubuntu 18.04. Using `-exclude-libs="libnss3.so,libnssutil3.so"` didn't work for me, I still couldn't run the AppImage on Ubuntu....