github
github copied to clipboard
plumbserve() fails with a nil pointer dereference when it tries to print errors via w.Err(). This happens because w is a dummy window with a nil *acme.Win. This commit replaces...
I got a panic while running `issue -a`. This line failed to print the error message https://github.com/rsc/github/blob/master/issue/acme.go#L70. I eventually figured I had to add ``` plumb to githubissue ``` to...
e.g.) The following text ```plain あのイーハトーヴォのすきとおった風、(夏でも底に冷たさをもつ青いそら)、うつくしい森で飾られたモリーオ市、郊外のぎらぎらひかる草の波。 またそのなかでいっしょになったたくさんのひとたち、(ファゼーロとロザーロ、羊飼のミーロや、顔の赤いこどもたち、地主のテーモ、山猫博士のボーガント・デストゥパーゴなど、いまこの暗い巨きな石の建物のなかで考えていると、みんなむかし風のなつかしい青い幻燈のように思われます。では、わたくしはいつかの小さなみだしをつけながら、しずかにあの年のイーハトーヴォの五月から十月までを書きつけましょう。(宮沢賢治) ``` results in ```plain あのイーハトーヴォのすきとおった風、(夏でも底に冷たさをもつ青いそら)、うつくしい� ��で飾られたモリーオ市、郊外のぎらぎらひかる草の波。 またそのなかでいっしょになったたくさんのひとたち、(ファゼーロとロザーロ、羊飼�� �ミーロや、顔の赤いこどもたち、地主のテーモ、山猫博士のボーガント・デストゥパー�� �など、いまこの暗い巨きな石の建物のなかで考えていると、みんなむかし風のなつかし�� �青い幻燈のように思われます。では、わたくしはいつかの小さなみだしをつけながら、�� �ずかにあの年のイーハトーヴォの五月から十月までを書きつけましょう。(宮沢賢治) ``` because newline(\n)s are inserted into single runes with `wrap` function. This...
Currently, issue defaults to the golang/go repo and there exists no way to change this. This means those using issue and not working on that repo must frequently supply a...
I am proposing an enhancement to allow overriding the default token path by reading the GitHub token from an environment variable, in addition to the existing command line flag. Would...