Stephan Bijzitter

Results 54 comments of Stephan Bijzitter

Could you also paste the content of the `test:size` script in `package.json`? It could be as simple as `|| true` in there, would be a shame to dig into this...

@siddharthkp no problem, original point comes across very well with your edits! @threehams In our case we're checking the size of four files. Having all of those featured in the...

Skipping files with no change would not allow repositories to mark a status check as required, which is a bit of a bummer as that way you can't force your...

@threehams I'll take multiple statuses into account, so that when the time is right it should be easy to implement. For now though, I'll focus on getting better messages in...

@siddharthkp Could you take a look at #183, please? The messages are working correctly, but there's two issues that I don't understand. I've listed these in the description of the...

I had to parse my .ini file into my Grunfile for javascript unit testing and wrote a node package to do so: https://bitbucket.org/skelware/node-file-parser/src But I'm not a hero with PHP,...

Alright, thank you! I should be able to create a custom parser that does allow the behaviour I'm looking for now. I will also take a look into your other...

I've seen some talk on dropping IE11 support and would like to chime in a bit: I myself would still like IE11 support, although it really isn't a hard requirement....

in the specfic case of rollup, this should work just fine: (code taken from OP and modified minimally): ```js import glob from "tiny-glob"; export default (async () => { const...

Yeah I also had some trouble, the dirty way is the easiest way and for me it works. Forget about interpreter, interpreter_args, args, just all put it in the script...