Milan Verbaandert

Results 8 comments of Milan Verbaandert

I am experiencing the same issue on Mac OSX 10.13.4. Any solutions to the issue? Might it be related to permissions on OSX systems?

If this could be merged that'd be great! 😄

I guess this is still not implemented? I have a good use case for this feature at the moment as well.

Maybe I am missing something, but I have tried setting this option, yet it does not solve the issue for me. I've setup a reproduction repo here: https://github.com/Milananas/openapi-generator-example After running...

I've briefly looked at the source code in the `@nx/js:node` runner (https://github.com/nrwl/nx/blob/master/packages/js/src/executors/node/node.impl.ts), and what I think might be the issue is that the build step which gets called when a...

@FrozenPandaz any news on this? It is significantly impacting local development at the moment. I'm open to helping out with creating a PR, or test something if needed.

Just verified - this is also an issue with NestJS + rspack (which makes sense, since it is the node executor that is the issue)

Update - the debouncer has been fixed it seems, the build command is still not being debounced though, so I now apply this patch: ```patch diff --git a/node_modules/@nx/js/src/executors/node/node.impl.js b/node_modules/@nx/js/src/executors/node/node.impl.js index...