Angelo Annunziata
Angelo Annunziata
> hi @ild0tt0re , thanks for opening the issue! > > so as you noted, Nx doesn't currently support environment variable files other than those that are mentioned in the...
> Can you verify this still happens as of Bun v0.2.0? It likely was fixed in Bun v0.1.12 Hi @Jarred-Sumner! I just tested the latest release with the following result...
> @jespertheend the trouble is, we got a bespoke API ready for plugins, but that API is completely different to ESLint's API. Different as in, the AST is different and...
@samijaber Storybook already have a built-in test feature based on playwright https://storybook.js.org/docs/react/writing-tests/interaction-testing
I found this: https://github.com/wbunting/with-image-preprocessing let me know if it can be usefulI
@dmLinker @pmdarrow We also want to use vitest as our modern test tool but for now we are using **@swc/jest** with good performance gain (3x)
@edbzn there is a way to run the versioning in parallel?
Alternative solution but more verbose: ```TS type Push = A extends [...infer Rest] ? [...Rest, N] : [N] ```
> We've made pretty significant changes/improvement to `bun install`. If you have a moment, do you mind trying again on Bun 0.5.8, after running `bun upgrade`? Now I have a...
> @ild0tt0re can you paste the package.json of the main project where this is happening (or a simplified version)? It sounds like a JSON parsing bug My `package.json`: ``` {...