Jukka Paulin
Jukka Paulin
@jchapelle https://github.com/pytest-dev/pytest/issues/2717 There's ample talk about whether JUnit reporting structure (the XML schema) supports warnings at all. Seems that JUnit has been designed to take a strict stance on every...
Idea: in addition to hours worked, allow automatically monitoring a software project for one metric: original lines added. So the module would add also a arbitrary extra number which basically...
Probably starting at line 101 in bin/david.js table.push([ clc.magenta(name), clc.red(dep.required), clc.green(dep[argv.unstable ? 'latest' : 'stable']) ]) That particular line: clc.magenta(name) inserts the name of the package into left-most cell, using...
Thanks for the link to chalk talk about colors. One solution would be to - first identify platform (Win/Mac/Linux) and store this in a "global enough" (scope) variable - define...
Does gource use any structures in libpng which were removed ie. during the shift to latest 1.6.x branch? Just wondering. Gource's file INSTALL suggests having a libpng12 and what I...
Really interesting, you know, I thought that this case was covered. But I think the so-called 'caret' comparison is not in 'david' at the moment. Hmm... @alanshaw As simple to...
@luanmuniz Whipping up something, soon.
Plan: * think "good version ranges" and "bad ranges" (it's very binary!) * good version range is equal to: all - exclusions (all minus exclusions) * exclusions = U\{good.any.any} (universe...
@mohd-akram Hi, should this issue be closed actually by #63 ? Just found the project recently, seems very useful and compact! I'm using it for sanitizing HTTP "GET" request paths...
I think that's a useful change. Does there exist a good living branch of this base project, where you could apply this? I was just today taking vcprompt to use,...