Ondrej Synacek
Ondrej Synacek
@rmosolgo could you please approve CI pipeline run? Thanks Next steps for us is to implement support for multi-line comments, we'd need to be able to parse them. For printing...
> Ideally, GraphQL-Ruby would be able to parse SDL with multiline comments and print them back out exactly as they were originally written. (For your use case with `es-lint`, that...
@rmosolgo 👋 hello, is it possible to approve running pipelines on this PR? We're in the process of fixing specs and it'd be nice if we could see results in...
@rmosolgo Hm I thought there might be some settings in repository. I only found [this](https://stackoverflow.com/a/73317424) but not sure if it helps. Anyway, thanks!
> A third alternative might be to use directives in your schema definition. Yes that was my go-to solution at first. It wouldn't work out of the box with eslint...
@rmosolgo 🙏 would you be so kind and give us feedback on draft PR: https://github.com/rmosolgo/graphql-ruby/pull/4970 ? Thank you very much 😄
Hey, I got warning today after updating Chrome to `134.0.6998.45 (Official Build) (arm64)` that the extension is no longer supported. Thankfully, there was still option to select to keep the...
Please provide at least the ES module optionally.
On Mon Feb 15, 2021 at 5:33 PM CET, Owen Densmore wrote: > Using skypack works, they perform module transforms for you: > import mapboxgl from 'https://cdn.skypack.dev/mapbox-gl' > It's worth...
This problem is also being discussed in [this Discord thread](https://discord.com/channels/625400653321076807/1093445748630224977). I got a suggestion to wrap `setSearch` setter with `startTransition` so that's what I did in branch `try-using-start-transition` in the...