Lajos Veres
Lajos Veres
Thank you for the answer. > Hmm... I'm not sure. So this starts a new bash shell to execute the function in? Yes. I did not find a better way...
@SimonKagstrom I was wondering maybe to generate individual data for all the xargs-forked instances and merge them somehow. Would this be possible? What do you think?
Thanks. I think I managed to implement it... I had to create a wrapper script, kcov did not like bash as an argument, but it seems to be working now:...
Unfortunately both grep and sed define word boundaries (which are a change between word constituent characters (letters, numbers and underscore) and the remaining characters/ends) quite strictly. Both this and #34...
Starting with 0.24 the above concat based solutions had to be updated a little to this at least for me: ``` for (const rule of config.module.rules) { if (rule.test.toString() ===...
Hmm. I have just found 3 closed issues related to iframes...