Stijn Van Nieuwenhuyse
Stijn Van Nieuwenhuyse
Are you able to reproduce it with rxjs 7.5.6. I do not get the type error when using rxjs 7.4.0. But I needed to install dependencies with `npm i --legacy-peer-deps`....
Here is a minimal example where I have the type error: https://github.com/stijnvn/fetch-type-error/blob/main/apps/app/src/app/app.effect.ts Maybe it is related to the version of node or npm. ``` Node : 16.16.0 OS : darwin...
Thanks for looking into it. I will postpone the upgrade to nx 14 for now.
~~I was not able to run the `ng-dev` commands. The build system does not seem to find (or doesn't compile) the ng-dev config files. I'm using volta to manage node...
I can confirm this is still an issue with - Angular: 11.1.1 - Material: 11.1.1
I can confirm this issue. When you leave out the ```JSON.stringify()``` call when creating the body, you don't get an invalid encoding error, but the response body will be undefined....
I saw this issue on GitHub actions running ubuntu_latest. I could also reproduce it on a test server running Rocky Linux 9. On that server I also get `2097152` as...
I did a more debugging. If I monkey patch `getUnixTerminalSize()` in `node_modules/nx/src/utils/chunkify.js` the command runs properly with a size smaller or equal than `131541`.