Johannes

Results 10 comments of Johannes

This makes Vanilla extract practically unusable on Apple silicon at the moment. In my current project dev mode takes over 7 minutes cold, if it even starts. This on a...

Added repository that reproduces the issue. Direct link to failing run: https://github.com/supernaut/nx18-next-playwright/actions/runs/7917010202/job/21612157572

Nx 18.0.5 seems to have fixed the issue in our production repository, but not in my test repo strangely enough. https://github.com/supernaut/nx18-next-playwright/actions/runs/8037651724/job/21952716499

Updated my reproduction repository to Nx 18.0.6, still no dice. https://github.com/supernaut/nx18-next-playwright/actions/runs/8112372498/job/22173466571

This doesn't seem to work with JsonScalar. I'm querying a node where the content members are returned as JsonScalar and I am not allowed to give them parameters. ``` RedactedItems(starts_with:...

> > Today I generate sitemaps with my own code with filenames with locale suffixes like `sitemap.en.xml`, `sitemap.de-de.xml`, etc. I use middleware to rewrite requests to `/sitemap.xml` to the correct...

I need to run `nx reset` between each time I run `lint`. It's impossible to run `nx run-many --tagret=lint` as the `readCachedProjectGraph` error happens approximately every 1-2 runs of `lint`....

Not sure if this would cover it, but similarly I would love for the `@nx/enforce-module-boundaries` rule to be enforced on components in Next.js libraries with `'use client'` but not server...

I can't figure out if this is already available, but I would love to be able to enforce a newline after all imports. As it seems to work now a...