Jake Verbaten
Jake Verbaten
The licences module thinks `cuid` has no LICENCE It in fact has one checked into git https://github.com/dilvie/cuid/blob/master/LICENSE
licences says the `process` module has no licence https://github.com/defunctzombie/node-process In in fact has one checked into git.
## Todo - [x] check whether shrinkwrap.json exists - [x] support different git log commands - [x] support major flag - [ ] support tree view in changelog - [...
I tried to run `infernu` on an application of mine and got ``` raynos at raynos-SVS15127PXB ~/uber/autobahn on typescript* $ ~/.cabal/bin/infernu app.js app.js:3:10: Error: Unbound variable: '"require"' ``` nodejs has...
This appears to be a UI issue in the apple mac Console and can be fixed by restarting the mac Console
- [string.prototype.replaceall](https://www.npmjs.com/package/string.prototype.replaceall) seems like an excessive dependency to use here when we can use regex replace with the `g` parameter. ( https://stackoverflow.com/a/17606289 ) there are alternative implementations that take 4...
send data allows you to send information down the response. The send-data module has 8 different functions for 8 different content types and does not try to guess what the...
The `valKey` and `dataKey` names are confusingly named. It might be nicer to say `caseKey` and `resultKey` or something.
Currently the logger only implements a destructive `.destroy()`. It would be nice to implement a `.end()` however that requires changes in the kafka library itself.
Currently when we fail to serialize a record we will inspect it to a depth of 4 ( https://github.com/uber/logtron/blob/master/transforms/safe-serialize-meta.js#L34 ). Dependending on the data structure, a depth of 4 can...