Charlie Robbins
Charlie Robbins
Øpen discussion around what would need to change in the API to make this work. ``` js Object.keys(new hapi.Server()); ``` Reveals that there are a couple of places we will...
Looks like a simple fix. Add an additional configuration option that is consumed here: https://github.com/cloudhead/eyes.js/blob/master/lib/eyes.js#L177
See: https://github.com/nodejitsu/cliff/issues/2#comment_1328724 ``` js function typeOf(value) { ``` to become ``` js eyes.typeOf = function typeOf(value) { ``` This would be really helpful to me for this issue: https://github.com/nodejitsu/cliff/issues/2#comment_1328724 ......
This is necessary if you want to log the results of `morgan` to another system which performs serialization itself. e.g. interop with other logging libraries like `winston` using `meta` instead...
> Did a fair amount of searching within open & closed issues before opening this. If I have over looked something obvious please let me know. Hi. Long time lurker,...
There are a few ways to shave this yak – this proposal is just one: 1. Create `@gasket/preset-https` in `packages/gasket-preset-https` with plugins: * `@gasket/plugin-config` * `@gasket/plugin-docs` * `@gasket/plugin-docsify` * `@gasket/plugin-express`...
Feel free to close this, but felt like a gas-powered foot gun for new users. Omitting the `-` when running: ``` jiractl config set-context http://jira.whatever.com ``` leads to ``` jiractl...
JIRA ... is total garbage. Just complete & total garbage. We should tell people when they are being garbaged by the garbage software so they can tell the garbage to...
As far as I understand it from reading the code it is currently not possible to parameterize the npm installation in anyway. My suggestion is to pass these along to...
I noticed in the docs that you expose a collected `.data()` function in `procstream`, but is it possible to stream the data as it comes through? Something like: ``` js...