Dmitri Shuralyov
Dmitri Shuralyov
The message can look similar to https://github.com/shurcooL/gtdo/issues/30#issuecomment-140002906.
Thanks for reporting (with good reproduce steps). This is a valid bug. It's a (well-defined) subset of issue #11. Resolving this is likely going to be somewhat involved. It will...
Nice! > My question is, should we add prefix `user-content` to `id` just like what GitHub did, or should we leave it as it is ? That's a good question....
On the contrary, the bug is still valid, so it's best to keep this issue open in order to track it. A better time to close it is when the...
Hello, I can't reproduce the failure. It works okay for me: ``` $ go test github.com/shurcooL/markdownfmt/... ? github.com/shurcooL/markdownfmt [no test files] ok github.com/shurcooL/markdownfmt/markdown 0.036s ``` I suspect it could be...
I think an ability to delete Go package repos (safely) would be nice, but it'd be great if it were done on a separate tab, where you can just list...
On the topic of deleting "unused" repos (well, let's say finding them; deleting is orthogonal). I've been thinking about it, and realized the following. In order to determine what Go...
Yes, something like that, but it doesn't necessarily have to be red.
Relevant code is [here](https://github.com/shurcooL/trayhost/blob/c2da154ec5652bb6e8dfcadf4015a331c4bfc5e8/trayhost_exports.go#L89-L117). Hmm. Yeah, it's definitely limited right now. Generally, I prefer to pull in as few dependencies as possible. But that one looks quite reasonable. Let me...
I've asked whether this approach can be relied on at https://groups.google.com/forum/#!topic/golang-dev/3nqju0Cfbqk. Waiting on reply there.