Daniel Lehenbauer

Results 25 comments of Daniel Lehenbauer

Thank you for taking a look. I thought it might be an easy one to spot from code inspection, sorry. Here's a reduced repro: ```shell git clone https://github.com/DLehenbauer/c8-repro.git cd c8-repro...

Hi @Bcoe - Does this just need `escape(..)` around the filename when emitting the `` tag on line 85? https://github.com/istanbuljs/istanbuljs/tree/master/packages/istanbul-reports/lib/cobertura

I believe I've hit the same issue. Invoking 'nvi' from a postinstall script works on the first invocation of ```npm install```, but all subsequent invocations of ```npm install``` fail with:...