Daniel Bimschas
Daniel Bimschas
Thanks @ashawley for the input. I've scanned the list of libraries providing generators you've linked and found quite some libraries. For myself and for everyone to read here, here's the...
While that is already a great collection of generators (or generator generators), I'd like to add a different viewpoint to the statement > the opinion is to have other libraries...
Hi @TarikHaci , maybe #761 helps :)
Hi there, just stumbled upon this... shouldn't you be able to do this using HTTP content negotiation (i.e. Accept headers)? Or am I missing the point here?
> If we want to move forward with Expo 50, we are going to have to remove all our snapshots due to this issue. Is there any plan to look...
If I read that comment correctly, `graphql-js` *should* work with deno now: https://github.com/graphql/graphql-js/issues/2566#issuecomment-1166714494. Maybe that helps? I'd be really interested in using Apollo Server on deno as compared to graphql_tools...
> The existing code should not break though - it should primarily take the metadata from remoteMessage.notification and use remoteMessage.data as a fallback. Yes, that is my understanding, too when...
@vonovak In case you think it's critical (for us it is) feel free to already fix it. I will most likely not have time before Monday.
@vonovak Thanks! Looking at the code, it looks like it's going to work. But to verify it, it'd good to have a build. Is there some package coming out of...
Thanks for the hint, never used it before :). Seems to work well for our app after patching and fixing a "typo" in the local patch, thanks. I left comments...