Johannes
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
Same problem on Mac OS X.
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...