David Alber

Results 21 comments of David Alber

How do we feel about deploying a new version of the website while this bug exists? I couldn't detect any usability issues, but I didn't look very thoroughly.

Bummer! I'll take a look in a little bit. Also, I'm planning to start adding integration tests soon, so it will be harder to break the end-to-end experience.

Hmm...my local Highfive on my test repo works as expected, so something more subtle is going on. The error suggests you are putting Apache in front of Highfive. Is that...

Other questions: - When you go to https://github.com/rust-lang/rust/settings/hooks and click edit on the webhook, do you see anything useful in the Recent Deliveries section? Particularly the response tab. I can...

I'm running Python 2.7.14. I also tried 2.7.10 and 2.7.11 since I had those lying around. I haven't tried 2.7.12, but it seems unlikely to be the cause. I was...

That was my initial suspicion. I thought perhaps you were installing Highfive using setup.py, but that looks fine. Are you open to deploying again at some point (I guess the...

Sounds good. Thanks!

Is there a way to query which team a user is on or are you imagining that we would encode that in the repo config file? The [rust config](https://github.com/rust-lang-nursery/highfive/blob/master/highfive/configs/rust.json) has...

Are you wanting this in lieu of setting an assignee or in addition to it?

I've investigated the API side of setting a reviewer. First, the current way that assignee is being set in Highfive is deprecated (Highfive uses `assignee` in the [edit issue request](https://developer.github.com/v3/issues/#edit-an-issue)),...