Chesley Brown

Results 6 issues of Chesley Brown

I think it was just an npm install problem... maybe re-running the test would make it pass?

You can't specify the version to install using bower because you don't have any git tags pushed up to Github. In order for the bower versioning to work, you need...

Recently saw this error in my logs. ``` Error from express-keenio not handled with .on('error'): Error: read ECONNRESET at errnoException (net.js:905:11) at TCP.onread (net.js:559:19) Error from express-keenio not handled with...

bug

Seems the default endpoint is not https which means credentials are not passed over SSL. https://github.com/erasys/grunt-transifex/blob/master/tasks/transifex.js#L15

Be great if the grunt task also supported pushing locale files up to Transifex. It looks like someone already forked and implemented this functionality as well so you might just...

Instead of reading from a file by default, it should check if ENV vars are set with the credentials. Recommend ENV variables like: ``` TRANSIFEX_USERNAME TRANSIFEX_TOKEN TRANSIFEX_PASSWORD TRANSIFEX_HOSTNAME ``` ENV...