Zach Schneider
Zach Schneider
That doesn't look like an error. The homepage on load will poll for repository load status -- when you log in, your repos are refreshed from GitHub in a background...
Are you running `bundle exec sidekiq` in a separate terminal tab? If you're not then the job to fetch new repositories will never execute.
- What's the URL when you see the 404? - What's the URL of the repo? - Is the repo one you own or someone else's that you're a member...
Ah, you need [ImageMagick](https://www.imagemagick.org/script/index.php) installed on your machine to generate the CAPTCHA images correctly.
Hey @hd719 -- that's one you'll probably have to debug yourself. I'm sure it's some sort of issue with your ImageMagick installation particularly since there's no Rails errors -- I'd...
Added to my to-do list :)
Oh, for anyone else who's reading and isn't privy to the /r/webdev discussion: the feature is to pull repository label options from GitHub, and optionally allow developers to expose certain...
Yep, I've never found the time to implement it.
Currently, the user whose username comes first alphabetically is the one that is used to create the issue, and there is not a way to configure this. That comes from...
I'd be happy to review a PR implementing that. It would need to be opt-in though, since it adds an extra step that existing users may not want.