Michael Stapelberg

Results 648 comments of Michael Stapelberg

Thanks for the quick reply! This is good to know, and we take a look at the situation again once we know what specific changes the ast package will need...

Forgot to mention: of course the module cache can’t (and shouldn’t) be modified, so strictly speaking this only makes sense with `gohack get -vcs`, I suppose.

The working directory is e.g. `~/go/pkg/mod/github.com/stapelberg/[email protected]/`, i.e. the module cache. This is where the “Go to definition” feature takes me when working with modules. I expect `gohack get` to check...

I would have expected gohack to check out the VCS repository into `~/gohack/github.com/stapelberg/glog`. I understand that this is not the *main thing* gohack does, but it’s *something* that it does....

It’s noteworthy that Firefox consumes 100% CPU for a few seconds, and 900% CPU for the rest. I interpret that as a few seconds of single-threaded JavaScript execution, followed by...

It might make sense to re-use the code of i3-dmenu-desktop for that. I am willing to accept patches that make it integrate better with shellex.

As discussed offline, you could use git submodules to have the i3 repository inside shellex and just ship i3-dmenu-desktop.

> The message should be logged in your system logger, as the tool is a daemon. For /dev/uinput being unaccessible, no message is being logged to syslog on my machine....

Thanks for the review! > A general question, this feature is only relevant for jpg images? The feature could be extended to work with other images as well, and that...

Friendly ping? Is this good to go, or do we need to change anything before this pull request can go in?