Alex Wayne
Alex Wayne
ISSUES CLOSED: #11478 I'm not 100% sure I added the `only` arg in the right place, or in the right fashion. But this was my best guess. Please let me...
- [x] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description Allow `nx affected` to only execute targets on a subset of projects. ## Motivation Let's say you...
## Current Behavior A cryptic error is thrown when trying to serve the app without modification from the generator. ``` nx run my-app:serve ``` Produces this output: ``` > NX...
I'm trying to parse a 1.1GB file in an electron app. However, an `Invalid String Length` exception is being raised on this line: function onData(chunk) { dxfString += chunk; }...
I cannot get the test that is generated with the empty project to pass. ``` > nx run foo:test FAIL foo apps/foo/App.spec.tsx ● Test suite failed to run Jest encountered...
I have a project that calls render 3 times per frame and composites the result. It basically renders 3 individual scenes on top of each other. In plain ol' Three.js...