Dmitri Shuralyov

Results 869 comments of Dmitri Shuralyov

This is an external phrase that's coming from the Go build tool. Try running: ``` go list -f '{{.ImportPath}} - {{.Stale}} - {{.StaleReason}}' github.com/something/stale ``` The way modern Go determines...

I agree with the general idea, but I'm still thinking about a good UI and implementation that solves this well.

An idea with potential is to do the following. Instead of displaying the nearest file with a full dark blue background, and all others with a full white background, rather...

Here's another idea, similar to above, but more static. Can use such partial gray background to indicate relative file size. GitHub does it to display relative sizes of results per...

Hi @tajmone, thank you for writing up this detailed issue. I will reply to various parts of your comment. > I think this is quite an issue. A tidy-up tool...

> Is there an active effort to move to v2 of blackfriday? See issue #39 and PR #40 for the latest updates on that. > @jstenberg has a fork of...

This is a reasonable request, but it's going to be a little tricky at this time. First, there might be ambiguities, where it's unclear if a binary named `foo` is...

@christophberger Yes, that's a possible workaround. However, instead of investing into workarounds, I think I'd rather resolve #6 and this can be solved more properly. Until then, the grep-cut-xargs solution...

@christophberger Thanks for sharing the info. I know they currently do. I already have a prototype of that working at https://godoc.org/github.com/shurcooL/play/200/cmd/importpathof ([source code](https://gotools.org/github.com/shurcooL/play/200/cmd/importpathof)). It's been on my plans/TODO to take...

Hi, thanks for the suggestion. This is somewhat similar/related to #17, you should check out that issue and the discussion there. I'll add a thinking label because I want to...