Simon Legg
Simon Legg
I'm getting this as well but I'm not using `npm-run-all`, I think the issue might lie with `node-sass` but I'm not sure what exactly is throwing the error. Edit: Oh...
@nickmerwin does that mean it's on or off đ https://twitter.com/_simon__says/status/844106636235083777 (Kinda half sarcastic/half serious. Thanks for the tool đ )
Yeah likewise, I'd like to actively ignore some files that aren't expected to be tested within my repo. I wonder if theres there possibility of a comment line at the...
:man_facepalming: I've just realised that my issue is not with `node-coveralls` I'm using [`nyc`](https://github.com/istanbuljs/nyc) and the fix therein lies. Apologies, this can probably be closed now.
@sinsharat do you mind just correcting the code block in this issue description? The main content is in your yaml. I think youâre just missing the 3 backticks
@sinsharat I just meant that youâre missing ```` ``` ```` at the end of the actual yaml code bit. If you scroll down on your code block the â### Is...
I wouldnât have thought this is something that is likely to be supported. I donât know much about this `X-HTTP-Method-Override` header but as I understand it it really just becomes...
What do you mean by this? Do you mean displaying what request headers should be sent with a request to a certain endpoint? If so then you can define them...
Did you happen to solve this? I'm getting this now...
> One problem here is that fetch gives you the basics, but meanwhile to send data around you'll potentially need to learn the apis for URL, URLSearchParams, FormData. This also...