osher

Results 59 issues of osher

Have a look here: http://npm.anvaka.com/#/view/2d/bagpipes I bet that most users won't use machine-pack. Using machine-pack should be a user's choice.

sounds like out of the concern of this package: rendering engines should be a user's choice, and so is the control of what he finds in his `node_modules` directory... For...

There's a codepath I'm not comfortable with, I need your take on this. from [W3 spec](https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.5): >The 204 response MUST NOT include a message-body, and thus is always terminated by...

Edited: beautify and used more precise language Hi. I noted compeating efforts between: [json_error_handler.js#L42](https://github.com/theganyo/swagger-node-runner/blob/master/fittings/json_error_handler.js#L42) [json_error_handler.js#L60](https://github.com/theganyo/swagger-node-runner/blob/master/fittings/json_error_handler.js#L60) and [connect_middleware.js#L127](https://github.com/theganyo/swagger-node-runner/blob/master/lib/connect_middleware.js#L127) If the concern of serializing a model object to a string is a...

EDITED: clarifications added here and there... I was trying to implement security handlers. I found the example in the test: ``` swagger: bagpipes: _swagger_security: name: swagger_security securityHandlersModule: api/helpers/securityHandlers ``` Ok....

let the project determine the version, as long as it befits your dependency policy. AFAIK - the way to do that is using `peerDependencies`, and not `dependencies`. Classical case IMHO

Perhaps I do not understand the full intent of the module, but here is MHO. I observed an error prone behavior: ``` > cls = require('continuation-local-storage'); { getNamespace: [Function: get],...

Hi all. I hope to find a way to load to consul something that can render with consul-template using `tree | explode | toYAML ` into: ``` deployment: annotations: vault.security.banzaicloud.io/vault-addr:...