Jelle Bruisten

Results 16 comments of Jelle Bruisten

Also happens for @ngneat/tailwind:nx-setup: nx generate @ngneat/tailwind:nx-setup --project=projectName --no-interactive --dry Error: NOT SUPPORTED: keyword "id", use "$id" for schema ID seems to be same errors and same files ( vacabularies/core/id.js:6:15...

Same issues as already mentioned preventing to upgrade to 18.1 ( coming from 17.x )

@x-etienne when I tried earlier versions of nx so 18.0 I did have a .env file but after doing a upgrade to version 18.1 it seems to be removed. and...

Would it matter what version of window's we're using? I am currently on a window 10 machine, which I could reproduce it every time without the .env file.

@Kerrick can you issue be resolved by using `ngPreserveWhitespaces` where you specifically need to preserve whitespaces? Or is your usecase application wide?

I wonder about the usecase for adding minutes here?

I just ran into this issue too, you happen to know a workaround for time being?

Yeah I ran into the same it seemed solved, then I ran into flat. and after that it said ... is not a function ( the marker function ).

Another thing to add that might be related, storybook also fails with the following error message: ``` Module not found: Error: Package path ./marker is not exported from package ./node_modules/@jsverse/transloco-keys-manager...

> Here's a workaround for Jest until this gets fixed. Put it in your test-setup: > > ```js > jest.mock('@jsverse/transloco-keys-manager/marker', () => ({ > marker: jest.fn(), > })); > ```...