Michael Stapelberg

Results 237 issues of Michael Stapelberg

I just wanted to use embiggen-disk on my NAS, where I use LUKS full-disk encryption. Unfortunately, embiggen-disk doesn’t seem to support LUKS yet (there’s also an entry in the TODO...

``` -*- mode: compilation; default-directory: "~/go/pkg/mod/github.com/stapelberg/[email protected]/" -*- Compilation started at Fri May 29 21:53:41 goversion -m $(which gohack) && gohack get /home/michael/go/bin/gohack go1.14 path github.com/rogpeppe/gohack mod github.com/rogpeppe/gohack v1.0.2 dep github.com/rogpeppe/go-internal...

curl has an option: ``` --tr-encoding (HTTP) Request a compressed Transfer-Encoding response using one of the algorithms curl supports, and uncompress the data while receiving it. ``` Using it results...

I’m trying to visualize the size of a ≈600 MB binary, and the resulting profile is very hard to use. When I try to open it in Chrome, after the...

Great work, thanks for sharing! When trying to use the tools for my own programs, I’m getting the following error: ``` % python3 simplify.py ~/out.py loading... transforming... Traceback (most recent...

Due to the absence of a LICENSE file, your code is not published as open source currently. Could you please add a LICENSE file? If you have no preference, consider...

On my Debian testing machine, the default permissions of /dev/uinput are: ``` $ ls -hl /dev/uinput crw------- 1 root root 10, 223 2015-12-27 12:31 /dev/uinput ``` When starting sc-xbox.py, I...

See the comment on _image_sizes for rationale.

I’m filing this issue without having done much investigation; apologies if this is already discussed/explained somewhere else. I have read https://www.dokuwiki.org/devel:javascript In our Wiki (and also on dokuwiki.org for example),...

Steps to reproduce: 1. `cd ~/go/src/github.com/jacobsa/fuse ` 2. `go test -count=1 -v ./...` Sometimes, the above `go test` invocation hangs. `ps` shows: ``` […] michael 82587 20 0 0.3 0.0...

bug
help wanted