EdgarsN

Results 14 comments of EdgarsN

Thanks everyone for temporary workarounds. Imo, this should be fixed in 1.0 anyways. I think no one doesn't care what's coming up in 2.0 since it's a future version, not...

> @edgarsn I'm afraid I don't agree with your statement that this should be fixed in 1.0. This is an open source project, and we can't expect open source maintainers...

I'm on vacation in an hour, so no PR from me for now. But here are tests - https://github.com/edgarsn/graphql-laravel/commit/471a949d40d0002c9f7a814e8ae57f49cf12c299 `test_customQueryDoesntWorkWhenQueryUsingUnionType` - failing example. It should return only 1 comment to...

> I don't think I'm capable of making fix for this. I can only make a draft PR with tests showing the bug, but it wouldn't help you a lot...

> > I can only make a draft PR with tests showing the bug, but it wouldn't help you a lot I guess. > > Au contraire! It would still...

I suggest you to add [codecov](https://about.codecov.io/for/open-source/) to github actions, so that it's easier to track the coverage in PR's.

In context of this feature, I would like to point out suggestion. We could allow defaults not only as an object, but as a function as well. My current implementation...

Hmm.. sorry guys. I missed this one. I'll rewrite it to `onRequest` interceptor and then passing just a object to `createUseFetch` will fit my case. Thanks!

This is a huge problem. It kind a stops my development now. I need to develop multiple custom plugins. At this stage we're thinking about migrating to other editor instead....

For me, currently, the best solution to use nuxt with SSR was to make a build outside a nuxt project. I downloaded https://github.com/ckeditor/ckeditor5-build-classic, modifying `src/ckeditor.js` file to include plugins what...