Dmitri Shuralyov

Results 869 comments of Dmitri Shuralyov

I think for a package to (continue to) reside in go-gl namespace, it should, at _minimum_, have one active user, and one active maintainer. And when I say active, I...

Thanks for the pull request. I am not seeing changes that I'd like to pull into this repository at this time. > updated the go version go:1.13, 1.14 and 1.15...

I said earlier: > I don't understand the motivation for wanting to test package in this repository on the ppc64le architecture at this time. These packages do not include any...

Hi, thanks for proposing this enhancement. I want to understand this better, so I have some questions. > I d like very much it also handles tags > to detect...

I see, thanks for elaborating. > Desired output is not extraordinary, > > ```sh > $ gostatus all > + github.com/dchest/uniuri/... > + Pending RC > ``` > > or...

> just one question, do you use tags or not ? As I said in https://github.com/shurcooL/gostatus/issues/42#issuecomment-299735861, I don't actively use tags at this time. > what i describe nothing less...

Right now, no. It's possible to dynamically enable/disable menu items via [`MenuItem.Enabled`](https://godoc.org/github.com/shurcooL/trayhost#MenuItem.Enabled) func (because I needed that functionality, so I implemented it), but `Title` is permanent. Adding the ability to...

Thanks! But please discuss the API here before doing a lot of work.

Thanks for reporting! Yes, this is definitely a poor translation that can be improved. Most of what you're seeing is a Go AST -> Go syntax translation taking place, very...

It can be easier to consider simpler cases first. How do we say these in English? ```Go x.(T) ``` Maybe something like `assert that x has type T`, or `type...