jyc.dev
jyc.dev
Hummm, thx @Huuums for the comment 👍 I fully understand you. If you wish to delegate things ping me, I will be happy to participate. 🎉
Hello there, I did a small video using your ext as I think it's sooo good and underestimated. https://youtu.be/96GGBXjATXc How can I contact you, to go to the next step?...
Here is what I'm using: https://github.com/jycouet/kitql/blob/main/examples/demo2/src/routes/api/playql.ts Isn't it sufficient? 🤔
I like a lot the idea, but in the end I think in amount of code if will be about replacing `import { renderGraphiQL } from '@graphql-yoga/common';` by `import {...
I start to like it even more! And with `sequence` it's also very nice! Why not do the same for the endpoint? (instead of having a `/api/graphql.ts` file?)
I'm sure there is something to do similar to Supabase Auth helper! And even make KitQL auto _authable_ with supabase 👍 Where could we what about it? 🎉
I would probably need @n1ru4l to check if `nextjs` is still working well. ✅
I have this behavior with `"svelte": "3.34.0"` (it was also the case with `"3.32.3"`) (Actually, my exact message is `Uncaught TypeError: Cannot read property 'removeChild' of null`, there is no...
On my side, I'm not on sapper, just Svelte. And I think that it's link with a removal of an unfinished transition. But after a few hours on it I...
Thx a lot @hallvors , I never use this debugging way! And it worked very well in my repo. It's in a component where I have: ``` .... {#if showEdit}...