Andrew Levine

Results 153 comments of Andrew Levine

Yeah, should at least have linting setup. I'd like to have more tests than that, but I'm pretty on the fence about the cost trade-off for an extension like this,...

Yeah, I'm in favor of defaulting to this tab 👍 . Having said that, we definitely can't hide the `Write` tab until we find some way to implement the @username...

Thanks for the feedback! It's definitely something I'd like to do, just need to find the time :) I'm certainly open to contributions. Flagging this with help wanted in case...

Looks like this will be possible with no extra work pretty soon :) http://xulforge.com/blog/2016/03/porting-a-chrome-extension-to-webextensions-in-half-a-step/#comment-123898

Worth noting this would probably only be useful for local dev - can't rely on cache keys that used last-modified for CI, since the file copy will invalidate any last-modified...

I initially had gone this route (restricting to just the GitHub.com domain), but realized it would be limiting anyone that wanted to use this for GH Enterprise. I'll look a...

Perfect! Thanks for the heads-up.

Thanks @claudiordgz! Appreciate the PR. Just that one comment 😃

Works for me. I've clearly been terrible about maintaining this. You always assume something is going to be small and not need a framework, and then it grows 😆

Item 1 in the list above [is done](https://github.com/babel/babel-bot/blob/a36ba80/src/handlers/pull_request/opened.js), but I'm hitting a _super_ weird issue where the sha for the webhook (what we use for the auth) doesn't match what...