Philip Schatz
Philip Schatz
I think the problematic code is around [here](https://github.com/philschatz/atom-pull-requests/blob/master/lib/gh-client.coffee#L172-L175) but I don't recall which request needs to be made to get the proper JSON back from GitHub's API. I can take...
Thanks for reporting! Is the private repository hosted on github.com or using GitHub Enterprise? Also, the theme-changing requiring a restart _may_ be because the `tree-view` package does not have a...
I think you may have a theme that is overriding the icons. The way I add icons to the gutter is a little kludgy and am working on a fix...
(this comment is duplicated on the original issue) Oops, I did not realize anyone was using the etherpad functionality; it is back up again. Also, if you do not want...
Cool! I'll try to take a closer look at the code changes this evening. A coworker mentioned https://github.com/mobxjs/mobx ([Getting Started](https://mobx.js.org/getting-started.html)) as an alternative to redux. You only have to edit...
Oh, http://philschatz.com/gh-board/package.json does load! What if we used Jekyll to generate a JSON file containing the latest `sha` and just polled that file, instead of using `package.json` (and making sure...
I was thinking that Jekyll could generate a `metadata.json` file that contains the sha that is deployed (using https://github.com/jekyll/github-metadata#overrides ). Then, `gh-board` could just poll that file (instead of `philschatz/gh-board#gh-pages`)...
I am having trouble understanding what this is Pull Request is mean to fix. It seems these are customizations you have made to your version of `gh-board`. If this is...
Yeppers! There is no way yet to do it through the UI but you can edit the URL to get it to work: The format for the URL is `r/${repoOwner1}:${repoName1}|${repoOwner2}:${repoNameOrStar2}`...