Andreas Richter

Results 122 comments of Andreas Richter

So all these problems were related to using node v6. node v5 seems to install peerDependencies on a root project but v6 does not (I guess it's npm's doing but...

For some reasons there are access denied errors on the agent builds other than macOS.

What happened to this pr? These builds are failing because of some permission issue it seems.

Is there something I can do to have this go anywhere?

Ref https://docs.cypress.io/guides/tooling/code-coverage#Using-NYC The instrumentation will put additional ++someglobal[LINE] into the code so when toString() looks at the arrow function it will see additional ++ operation inside of the code segment...

All of a sudden my lines are off on stacktraces again. I am passing the tsconfig.json using --project so sourceMap support is on and I am loading source-map-support anywhere I...

True. The reason why it's similar to prettier is that the output is run through prettier and if the prettier format were to change the output would also not match...

Hmmm, should defects be here or in statelyai/xstate-viz?

It's breaking my build. I am not using nextjs in this project but I do have a bunch of custom webpack stuff. It ends up aborting the output and just...

I have not really had problems with environment variables, but found today that NX_INVOKED_BY_RUNNER doesn't seem to be set in some cases. I can't even find the code that sets...