Andreas Hald

Results 11 comments of Andreas Hald

@ibilux do you have graphql-helix working with svelte-kit? I can get it working in [email protected] but the latest 1.8 throws an error when starting svelte-kit ```Failed to resolve entry for...

@benbender seems interesting, but for now I'd like to try and get something working without a framework and build it from scratch. Do you happen to know the issue I'm...

@ibilux Ah I see, that reference is using 1.2.3 however, do you have it working using the latest version of graphql-helix?

> @AndreasHald Have you ever heard of [Mercure](https://mercure.rocks/)? Can't say i had. The idea looks interesting, but afaik sveltekit doesn't yet support SSE yet either. We are pretty invested in...

@cayter sounds interesting, i think we will migrate to use SSE when [1568](https://github.com/sveltejs/kit/issues/1563) is resolved, as i understand there is a PR ready. How would you go about implementing export...

CC @brainkim as per email with Alex

It works brilliantly, even in a fairly advanced case! ```js ... type A = $$Generic; type R = $$Generic; export let query: ( client: ApolloClient, args: Omit ) => Readable<...

When modals is implemented, could they theoretically be implemented in the same way pages are? It would be really useful if modals could have a load function, action or snapshot....

It actually looks like it constructs the type properly - however a TS error is still thrown ![CleanShot 2024-01-20 at 14 05 37@2x](https://github.com/ts-essentials/ts-essentials/assets/8914722/a39341a8-15fe-45d3-a037-285a50f0cc41)

@Beraliv Thanks for creating a PR - If I understand the solution correctly I would simply stick to `DeepPick` and no ts error would be thrown? and `StrictDeepPick` is then...