Kenan Deniz

Results 5 comments of Kenan Deniz

Adding an [handleFetch](https://kit.svelte.dev/docs/hooks#server-hooks-handlefetch) in `src/hooks.server.js` fixes this bug quite awfully. But hey, it works! ¯\\\_(ツ)\_/¯ ``` ts .... export async function handleFetch({ request, fetch }) { // FIXES: https://github.com/sveltejs/kit/issues/6739 const...

My proposal would be, having adapters _optionally_ provide an `adapt_dev` function similar to `adapt` where adapter author provides a mocked platform before request is sent for render. Setting up mocked...

> > Hi @denizkenan, your looks great! Would you by any chance have an public repo with this implementation available? I am trying to figure out how you are piecing...

@tyvdh , you can deploy DOs seperately and bind to svelte-kit app. This remedies the problem a bit.

@tom-pryor : adding schema name as prefix to query is crucial to be honest. For example, our all hasura applications relies on this feature. I can think of couple of...