Corey Farwell

Results 416 comments of Corey Farwell

Yeah, I think the easiest route here is doing clientside requests to the [GitHub status API](https://developer.github.com/v3/repos/statuses/#list-statuses-for-a-specific-ref), or maybe even the Travis API. I'm not really familiar with either of their...

I'm envisioning another column added to the table that indicates if CI is passing or not. Ideally the colors would be start so one could easily see at a glance...

`s/start/stark/` I NEED MORE ☕️☕️☕️☕️☕️☕️☕️

@kennytm made this very cool alternative homu dashboard which shows travis status, among other things ✨ https://github.com/kennytm/borsholder

Agreed. I realized that wasn't possible until after I opened this.

Blah, you're right. I fixed that and here's a new issue: ```rust extern crate cssparser; use cssparser::ToCss; fn main() { let input = "/~*3E833"; println!("input:\n\t{:?}", input); let mut parser_input =...

Related pull request: https://github.com/alex/django-taggit/pull/441

Hey @jobayle, thanks for all your pull request contributions! ⭐️ We're phasing out our usage of Dropwizard at Kickstarter, and we haven't prioritized maintaining this library. It seems like folks...

Just sent you an invite! Feel free to merge your pull requests you have open, and make any changes to this library you see fit🚀

Hey @jobayle, I'd love to give you access to deploy new versions to Maven's central repository, but I'm not quite sure how to do that! Are you familiar with that...