Michael Stapelberg
Michael Stapelberg
Getting this with `pk4 5+b11`: ``` panic: runtime error: index out of range goroutine 1 [running]: github.com/Debian/pk4/internal/index.encode(0x5b45c0, 0xc008bf8fc0, 0xc0000c9318, 0xc0000c9318, 0x0) github.com/Debian/pk4/internal/index/encode.go:89 +0xddb github.com/Debian/pk4/internal/index.URIs.Encode(0xc0000c96f0, 0x5b45c0, 0xc008bf8fc0, 0x1, 0xc008bf8fc0) github.com/Debian/pk4/internal/index/encode.go:106 +0x3be...
Just leaving this here for the moment. To be integrated properly when I find the time. In case you want to help, feel free to patch this commit into your...
aptfs is similar in purpose, but differs in version selection semantics and speed. It might be easy to plug pk4 into aptfs, to get the best of both worlds. As...
As discussed in issue #2 and issue #3, the PostgreSQL startup cost can be amortized across different test processes. It’s important to establish that `go test` runs one process per...
Hey @zombiezen, hope you’re doing well! I’m currently using https://eradman.com/ephemeralpg/ and wanted to see if I could switch to your Go package instead. One of the features I’m missing from...
Hello again @zombiezen; I have another request but figured I’d file it separately from issue #2 so that you can consider them separately. Currently, postgrestest sets a random password and...
I just set up a new Emacs 25 installation on a new computer. After installing the `smex` package, the `smex` command wouldn’t work, stating “no such file or directory: ido-completing-read+”....
Otherwise avr-gcc 4.7.2 complains: ../src/Descriptors.c: At top level: ../src/Descriptors.c:59:45: error: variable ‘KeyboardReport’ must be const in order to be put into read-only section by means of ‘**attribute**((progmem))’
From the commit message: ``` On my Kinesis, it frequently happened that a key would trigger twice on one keypress, e.g. I’d see “lonng” instead of “long” on my screen....
When runing `M-x esup`, a new emacs instance opens a frame and prompts me “Symbolic link to Git-controlled source file; follow link? (yes or no) ”. This is because `~/.emacs.d`...