Jules Libert

Results 10 comments of Jules Libert

@jmcdo29 @kamilmysliwiec Do you guys now have a position on this subject ? This is not my domain of expertise, but I see more and more libraries maintainer are switching...

Hi @JonnyBurger Would you be supportive if someone was building a "portage" library, replicating your code and feature but on an other frontend framework, or would it be unethical to...

If it helps, I was having this error when I was switching route (and layout) too fast (in my case there are 2 slots on my layout, left column and...

Had this problem using lucia auth example, with this server middleware: https://github.com/lucia-auth/examples/blob/main/nuxt/github-oauth/server/middleware/auth.ts when using `$fetch` inside `useAsyncData`, event.context ⤵️ ``` { _nitro: { routeRules: {} }, nitro: { errors: []...

If like me, you dont want to touch to your beautiful .gql/.graphql files, an other workaround would be to use [graphql-codegen](https://github.com/dotansimha/graphql-code-generator) with these plugins: ``` - "typescript" - "typescript-document-nodes" ```...

> > The quality flag doesn't seem to do much for me, the image contained in my test PDF is of very high quality but it comes out heavily pixilated...

Went into a similar issue where `schemaPath: 'server/linear/schema.graphql'` was resolving to `app/server/linear/schema.graphql` I also believe [most of the configurable files paths](https://github.com/search?q=repo:dulnan/nuxt-graphql-middleware%20srcDir&type=code) should use `serverDir` instead of `srcDir` . Had [the...

> Started working on adding Nuxt 4 compatibility. The bug mentioned in this issue has been resolved: I'm now generating two separate templates (.mjs and .d.ts) instead of a single...

Beeing able to choose between cursor and github copilot features would be great. hard-disabling a paid extension feature is not correct imho

Love this! smart way to connect PM flow with dev work. Once it’s merged, I’d be down to add Notion/Linear providers (been wanting something like this for my side projects)