Sumanth Chinthagunta

Results 192 comments of Sumanth Chinthagunta

@AlecAivazis any plan to resolving this issue ? without workaround: `svelte-kit sync && vite dev` developers trying first time may struggle and face bad experience. if there are any road...

Will Houdini 2 have any new features ? I was thinking SvelteKit 2 and and svelte 5 changes are unrelated, and would be big impact for migration

I needed to run `houdini pull-schema` in another golang repo, where I don't have `houdini.config.js` I like the `houdini cli` compared to golang based tools like [gqlfetch](https://github.com/suessflorian/gqlfetch) (buggy...)

and the form actions in `+page.server.gql`

you can see here https://github.com/xmlking/svelte-starter-kit/tree/main/src/routes/(app)/dashboard/policies/%5Bid%5D in `+page.server.ts` I am using both **load** and **actions** **load** is used to populate the edit form. and **actions** are used when they click Save...

[@dotenv-run/cli](https://github.com/chihab/dotenv-run) had nice feature needed for turbo repo: Supports hierarchical cascading configuration in monorepo projects ([Nx](https://nx.dev/), [Turbo](https://turbo.build/), etc.) apps/next-app/.env > apps/.env > .env but missing support for multiple custom .env...

> "globalDotEnv": [".env.local"], Not sure if turbo command currently can load above env variables into process.env when run: turbo run dev —filter=apps/web other idea is to have common .env at...

@chihab generously added turborepo support with some additional features I requested: https://dotenv.run/ this is how I am using it in `apps/console/package.json` ```json filename="package.json" { "scripts": { "dev": "dotenv-run -p .env,.secrets...

process exits without errors

I am also blocked using cog as we enabled SSH key signing