Sumanth Chinthagunta
Sumanth Chinthagunta
I am using `customFetch` and `additionalEnvelopPlugins` with scripts pointing in my `src` as shown below. everything works fine locally, but when I am doing **docker** build, I am getting import...
I am using turbo monorepo. it make sense to keep functions under /apps directory. Will it be possible to configure custom functions directory and have the git sync them?
Wonder when Docker standalone `ksqldb-server` `0.30.0` version will be released? last published version found is `0.29.0` https://hub.docker.com/r/confluentinc/ksqldb-server
### Describe the bug After creating fresh sveltekit project and initialize houdini setup, `pnpm dev` keep failing with error 1. `pnpx create svelte@latest app` 2. `pnpx houdini@latest init` Note I...
### Describe the feature I have a need for generating schema for a specific **role** to be used by [genqlient](https://github.com/Khan/genqlient) the default behavior of `houdini` CLI is to overwrite `schema.graphql`...
### Describe the bug I am using Kit 2 and Vite 5, when I `build` then `preview` `prerendered` pages are missing CSS lines in HTML when I switch back, to...
### Describe the feature in detail (code, mocks, or screenshots encouraged) I am using monorepo and want to control where components get added with `cli add` command. this still don't...
After the build, when we run preview i.e., `pnpm preview`: which activates service worker, script URLs change from full URL `http://localhost:4173/auth/_app/immutable/assets/_layout-e564fd4d.css" to relative `./_app/immutable/assets/_layout-e564fd4d.css` This causes the URL fetch to...
I am using custom claims / AUTH_JWT_CUSTOM_CLAIMS As per [this](https://github.com/nhost/hasura-auth/blob/main/docs/recipes/custom-hasura-claims.md?plain=1) document, [JSONata](https://jsonata.org/) syntax should be supported. ## This is Working ```toml [[auth.session.accessToken.customClaims]] key = 'org-id' value = 'organizations[].organization' ``` ```json...