Sam Roberts
Sam Roberts
It should be possible to both require appmetrics, and cause `.monitor()` to be called with a one-shot from the node command line. Perhaps `node -r appmetrics/start`? This will interact well...
appmetrics-dash should support HTTPS and WSS (websockets over HTTPS) /to @NikCanvin @tobespc
node-report is an optional dep because it will often not be possible to install (Windows and production Linux machines often don't have compilers). This is handled like [this](https://github.com/RuntimeTools/appmetrics-dash/blob/88211956ba511a956ea0fded070275b8d09daa22/lib/appmetrics-dash.js#L209) right now,...
I found this clue here: https://github.com/philschatz/octokat.js/issues/69#issuecomment-142646133, which got me going, but until then all my attempts were failures: ``` octo.repos('strongloop-internal', 'scrum-nodeops') //.issues({labels: inSprintLabels}) //.issues.parameters({labels: inSprintLabels}) //.issues.labels(inSprintLabels) .issues.fetch({labels: inSprintLabels}, function(err, issues)...
https://ci-release.nodejs.org/job/iojs+release/ About 10 jobs a minute. Possibly triggered by me cancelling a job I just started? I disabled the job in order to stop the viral reproduction. I'll try to...
@ChALkeR would like to start publicizing some of the information he has gathered on this, as a github repo, but before we do this we'd like to give the community...
Without this, it can't legally be used by anybody. I assume that's not your intention, could you license it? Perhaps using the same license as Node itself: http://opensource.org/licenses/MIT https://github.com/joyent/node/blob/master/LICENSE
Debian/ubuntu name the lua package lua5.1, lua5.2, etc... so the ./configure in luacrypto fails to find lua. I modified the configure.ac to look for lua5.1 package, ran autoreconf, and it...
https://www.openssl.org/news/changelog.html ``` Changes between 1.1.1 and 3.0.0 [xx XXX xxxx] Changes between 1.1.1a and 1.1.1b [xx XXX xxxx] Changes between 1.1.1 and 1.1.1a [20 Nov 2018] Changes between 1.1.0i and...
When I clone and checkout origin/master: % git status # On branch master nothing to commit (working directory clean) ~/s/libnet/libnet.git % git describe libnet-1.1.4-108-g987fc90 When this happens in hudson: build@build:/storage/sw/hudson/jobs/libnet/workspace$...