Kevin Marrec

Results 119 comments of Kevin Marrec

@Reeywhaar This PR adds it : https://github.com/nuxt/create-nuxt-app/pull/449 And about your error, I never had this one, I think you have a mistake in your configuration, please open a new issue...

@Reeywhaar I think it's `babel` error, you maybe didn't see Warning in : https://typescript.nuxtjs.org/guide/lint.html#configuration

@Dexalt142 Everything works fine for me on Windows 11 with WSL2. I'm using Brave Browser wich is chromium-based. Furthermore, I have exactly same outputs in my browser console. Could you...

The following PR : https://github.com/nuxt/create-nuxt-app/pull/449 will do it and fix lint issues. FYI : `nuxt.config.ts` is not mandatory for a Nuxt TypeScript project, as well as `@nuxt/typecript-runtime` being optional.

@danielroe Here's the minimal reproduction I got for this issue : https://github.com/kevinmarrec/nuxt-maybe-value-repro

@pi0 Yup, but `node` crashes due to an action performed by the module (it sounds to be related to its `storage` logic) EDIT: I'm aware it would be easier to...

@schickling For now it's always `file-per-type` right ? In the `README.md` there is a snippet of `graphqlgen.yml` with `single-file` and it seems to fallback to `file-per-type`. Is it attentional ?...

@schickling I've also seen an issue around this scaffolding : ```yml resolver-scaffolding: output: ./src/tmp-resolvers/ layout: single-file ``` outputs : ```js // ~/src/tmp-resolvers/index.ts import { Resolvers } from "./src/generated/graphqlgen.ts"; ... ```...

The import pathologie issue is mentionned here : #117