jongleberry
jongleberry
JS API
http://lesscss.org/usage/ there's no docs on the JS API. can't build anything with less wityhout it
travis
travis is enabled by `.travis.yml` does not exist, resulting in an error
i have an initial implementation here: https://github.com/expressjs/keygrip/commit/427f18803c38bf13a260fc0e467f363ad2f280bf Some notes/questions/etc. - Should we using initialization vectors? not sure how much security that adds. maybe make it optional. - want to change...
i prefer `class=""/>` over `class="" />`
not sure how this would work API-wise, but the idea is to return a promise somewhere that resolves then there is no longer any promises in the queue. ``` js...
- all the TC members - non-tc administrators (i.e. rvagg) - all the working groups (website, streams) and significant projects (build system, if there's no working group for it) and...
would be nice to be able to do something like `GET http://iojs.org/download/latest/iojs-latest.tar.gz` and maybe a semver version like `~1.0.2`
this does not work: ``` js try { } /* istanbul ignore next */ catch (err) { } ```
instead of passing all the URL parts separately ex. ``` js r = require('rethinkdb')({ url: 'rethinkdb://username:password@somewhereonamazon:123412' }) ```
### Issue Details i am unable to continue editing the slack webhook app. i keep getting this error after authorizing slack:  i've...