Julien Goux

Results 88 comments of Julien Goux

I have the same error as @bitttttten when trying to run my action on a pull_request `closed` event

Hello, same situation here o/ I tried this github action but it's slower than using the default actions/cache@v2 : ```yaml # cache hit = 1m12s - uses: bahmutov/npm-install@v1 with: install-command:...

I was coming to talk exactly about this workflow. 😄 At my company we're using codegen heavily to generate : - Our database client (prisma) - Our query/mutation hooks (we...

Hello, I've installed the 1.0.8 version, but now I want to upgrade the extension to be able to use the IMPORT SCHEMA feature. I cloned the repository and make the...

Hello all, We are having the same issue using graphql-mesh, which rely on graphql-jit : https://github.com/Urigo/graphql-mesh/issues/3493 We provided a small reproduction in the issue I linked. I think to avoid...

Hello, is there anything particular blocking this PR? It would unlock a lot of people if it can be merged. 🤞

I didn't have tracking default values in mind, but something like : - Read the existing json - For each "t" function detected, if the key already exists in the...

I'm not sure I understand this : > It would overwrite all translations with the default value, even the ones that are still good What do you mean by still...

I'm on Windows/Chrome, and to produce a `[` character I need to press the `alt gr+[` keys on my azerty keyboard. The `alt gr` key produces the `alt` and `ctrl`...

Why not just remap it to another shortcut ? Like `ctrl + leftarrow` or `ctrl + b` to go back and `ctrl + rightarrow` or `ctrl + n` to go...