Carlo Hyvönen

Results 17 comments of Carlo Hyvönen
trafficstars

This kinda works but is broken. If one gives apollo.config.ts file with --config option it seems to pick it up but can't really compile. For me causes _Export assignment cannot...

> This kinda works but is broken. If one gives apollo.config.ts file with --config option it seems to pick it up but can't really compile. For me causes > >...

Might not be same for others but hit this today after updating typescript to 5.0.4. I had some forgotten resolutions from a bug while a back https://github.com/chakra-ui/chakra-ui/issues/6372#issuecomment-1195010546 . After removing...

@jjangga0214 any findings on this? Just got hit by this today using yarn 2. I have `hasura metadata export` as script in package.json and if executed via yarn 2 I...

actually adding the `./node_modules/hasura-cli/` prefix to all hasura commands in package.json get's this fixed. Dunno if yarn 2 has some special handling that yarn 1 didn't have.

I noticed this today as now I can't exit the shell with pressing `ctrl+c` again (on macbook pro). running `"concurrently \"yarn:firebase:emulators\""` and pressing `ctrl+c` gives exit code 1. Running the...

> I also just ran into this issue. I would agree in having the `none` option on Hasura's JWT secret for local testing and development. Does anyone know a work...