Marco

Results 5 comments of Marco

Now i don't even get results with the down scaled version. I am going to look into this later.

As far as i know the result is correct. you have to escape `]]>` see https://en.wikipedia.org/wiki/CDATA#Nesting

I had some issues too, but after doing several things describes here (https://msdn.microsoft.com/en-us/library/cc144099(v=vs.85).aspx) it worked somehow.

In case someone else got this issue. Here is a hacky workaround: `node --stack-size=100000 -r ts-node/register src/main.ts`. Note that the stack will continue to grow and importing gets slower for...

BotoX described my issues a lot better. But i think a 1 second auto reload is too fast. I think 10 would be enought. And as BotoX said that there...