Timo Tijhof

Results 314 comments of Timo Tijhof

To test this, run the following in the commitplease directory: ```sh npm_config_commitplease_nohook=1 node index.js ``` Then: ```js var cp = require('./index.js'); cp.getOptions() //> { //> …, //> nohook: '1' //>...

It happens on all up values: ``` js /*! github.com/vesln/timekeeper */ var timekeeper=function(){function n(){return f+(o.now()-c)}function e(e,t,r,u,c,a,w){var l=arguments.length if(this instanceof o){if(!l&&i)return i if(!l&&f)return new o(n()) var p=1==l&&e+""===e?new o(o.parse(e)):l>=7?new o(e,t,r,u,c,a,w):l>=6?new o(e,t,r,u,c,a):l>=5?new o(e,t,r,u,c):l>=4?new...

This can also be achieved by using `maximumAbove(, 0)`. ([docs](http://graphite.readthedocs.io/en/latest/functions.html#graphite.render.functions.maximumAbove))

@nikic I noticed a recent release changed the serializer to `default`. I haven't dug into how much the serializer changed, but I'm hoping that maybe this means the fast-access SHM...

@albert-github If I understand correctly, you're asking why the static analysis software declared its annotation as `@param-taint` rather than `@param_taint`. I'm guessing that the auhors felt a dash was more...

@albert-github Sorry about the version confusion. The live link ran Doxygen 1.8.19 with PHP 7.2 indeed, and I locally reproduced it with then-latest Doxygen 1.9.2 on 7.3 and got the...

The `javascript-natural-sort` npm package currently originates from , which is a fork of this repository.

There now exists a [node-qunit-puppeteer](https://github.com/ameshkov/node-qunit-puppeteer) package, which the grunt-contrib-qunit package has since switched over to. Perhaps gulp-qunit could use this as well? Bumping this because I have proposed to deprecate...

Proposal: * Let Karma start two servers. One for serving the base directory and client start HTML (e.g. localhost:9876), and another for its own files and web sockets (e.g. localhost:9842)....