Celadora
Celadora
when installing from npm using: ``` sudo npm install enclose -g ``` The following error occurs: ``` /usr/local/bin/enclose -> /usr/local/lib/node_modules/enclose/bin/enclose.js > [email protected] postinstall /usr/local/lib/node_modules/enclose > node postinstall.js Downloading precompiled binaries....
If a searchbox were to be prepended instead of appended, then adaptive placeholders could be used. This requires a minor change: ``` SearchBoxParentModel.prototype.addToParentDiv = function() { var ref; this.parentDiv =...
Our default.yaml config file is becoming very large, we'd like to be able to define fittings and pipes in smaller files without using grunt to compile a master config. Ideally...
related to https://github.com/theganyo/swagger-node-runner/issues/88
in fittings/json_error_handler.js there is a "TODO: find what's throwing here..." line 41: delete(context.error); is the culprit. This cannot be deleted or set to null, or the middleware will fail to...