Chris Coyne
Chris Coyne
Originally here: https://github.com/keybase/keybase/issues/59
hi - I'm successfully using mpu, and have code like this: ``` coffee-script upload = new mpu { client: @s3client objectName: fname file: lname }, (err, res) -> ### buncha...
I had to add `--runInBand` to package.json because the wallet test and chat test are racing each other. For example, one of the chat tests posts a message and then...
I somehow ended up with a string with a weird space in it. it looked like this: ``` "Please press a rune below to give your answer." ``` which looked...
this is a WIP. I have to decide if we want to camelCase all the json that comes out of status or leave it raw...everywhere else we do it, so...
ideally: - the bot logic doesn't need to do any analysis, upgrading, or comparing channel objects to know whether a watch request matches an incoming message, even though a user...
Put some time into thinking about where we should link to this repo from. Also, related, linking from README here to other projects of interest (go/python/other bot libs), bots of...
(1) see if it works ok (e.g. tests pass) with network link conditioner set to something slow such as 3G (2) see if a listening bot can survive if wifi...