Public Profile
Public Profile
Thanks for a great lib, nobody else has gotten close to creating something like this. There is an odd case in input_checker where neither a dirty or a clean will...
Need to know if the element is valid or not for form controls.
Save this to foo.coffee and run `coffee foo.coffee`... ``` amqp = require('amqp') amqp.createConnection "YOUR CONNECTION URL", {}, (connection) -> connection.exchange 'ldexchange', {type: 'direct', confirm: true, durable: true}, (exchange) -> ```...
``` Error: express-systemjs-translate: Configuration error. serverRoot is not a parent directory for your jspm configured baseUrl. serverRoot: /hub/target/hub-1.0-SNAPSHOT baseUrl: /hub/target/ ``` jspm is configured with baseUrl: '/' `translate('/hub/target/hub-1.0-SNAPSHOT', { debug:...
It is confusing... jspm 0.17 uses jspm.config.js and jspm.browser.js. The documentation in the readme references 'relative/path/from/baseUrl/to/config.js' and 'system.config.js'. Which file is it?
From the [readme example](https://github.com/casey/degenerate#quick-start): 
This looks great, but I organize my documentation across multiple pages. I don't want to stick everything in a single file. Anyway that you can support that in the future?
CircleCI cache's the `.m2` folder before it runs a deployment. This means that if I run `mvn appengine:update`, this plugin will download the entire AppEngine SDK zip file every time...
``` npm audit === npm audit security report === ┌──────────────────────────────────────────────────────────────────────────────┐ │ Manual Review │ │ Some vulnerabilities require your attention to resolve │ │ │ │ Visit https://go.npm.me/audit-guide for additional...
https://news.ycombinator.com/item?id=18624702