Dmitri Shuralyov

Results 869 comments of Dmitri Shuralyov

I agree, this is a bug, because this package's intent is to be compatible with GitHub Flavored Markdown rendering as done via their API: > The functionality should be equivalent...

What OS are you interested in using this on? Right now, the icon is provided as part of [`Initialize`](https://godoc.org/github.com/shurcooL/trayhost#Initialize) call. It looks like it should be possible to factor out...

Thanks for the PR. I'll try to find time this weekend to review.

Hi, thanks for reporting this. This is a very valid request, and I'll think about resolving this. I've known about this for some time, and I agree the current situation...

> G-P-S was silently rejecting repos because it thought there were uncommitted changes in every (Git) repo it was checking. To clarify, did it think there uncommitted changes because there...

I see, thanks for the heads up. I'll think if there's any way to prevent such false-positives in the future. But ultimately, GPS relies the git command in the environment,...

An update here. As of c74ea9fc72b6623ec68a86789d23bb8ee4df9d8b, GPS prints a little more to stderr when some repositories are skipped. It doesn't resolve this issue completely, but it helps.

@mvdan also ran into this #64. I just realized that the stderr skip messages are only printed for remote errors. But nothing gets printed for repositories that are skipped for...

@mvdan, I've pushed f6af2f4dc69dcf3910896db42ba037e0387ffdfe, which should help the issue. Just be sure to check stderr output for repositories that are skipped. Keeping this issue open to track displaying those things...

I plan to implement Go module support in Go Package Store during this year.