Marvin Willms

Results 21 comments of Marvin Willms

@jdbenito I have the exact same problem! However, I don't think it's a problem of this package since my app does not use it. I'm running the app with flutter...

I just realized that my new method introduces a new issue. It's discussed here: https://github.com/cvburgess/SQLDataSource/issues/81 If you don't have much time I would create a PR for this.

> I think the issue is that the [apollo documentation](https://www.apollographql.com/docs/apollo-server/data/data-sources/#adding-data-sources-to-apollo-server) suggests creating a new DataSource on every call, like: > > ```ts > const server = new ApolloServer({ > typeDefs,...

> hey @cyrilgdn, do you think it can be merged? @edbighead If you need that feature right now you can use our forked provider (we try to keep that updated...

@inlined I might be wrong but isn't this already implemented by https://github.com/firebase/firebase-functions/pull/1423? Also #1340 should be closed since it's requesting a similar feature.

Hey @jindrichskupa @cyrilgdn, despite this being a pretty old PR, I'd still like to see this feature merged. I would be happy to volunteer to create a new PR if...

That's a fair argument. Nevertheless, I wasn't thinking of a dedicated cider command but an opt-in feature for all the commands. ```bash cider --git ``` This would make it much...

That's right, my bad! --- > This is not true actually. The changelog entries are added manually, you specify the change type and the text. It might be beneficial to...

While looking into this, I realized that Grammarly has shut down their developer SDK as explained on the website: _"Grammarly for Developers and the Text Editor SDK were discontinued on...

> Maybe it has to do with this? > > https://github.com/znck/grammarly/blob/a81aac2c7da571abdb3c22a3dbb5de254af62562/packages/grammarly-languageserver/src/services/ConfigurationService.ts#L36 > > This seems to be the default. If 'result?.config' contains the dialect it will "overwrite" the default. If,...