Dietrich Epp

Results 8 issues of Dietrich Epp

The color model returned from png.DecodeConfig is different from the one returned from png.Decode, because it incorrectly omits the alpha channel data. ### What version of Go are you using...

Core key bindings for SDL >= 2.0 are now independent of the keyboard layout. QWERTY users get ZXAS, German users get YXAS, French layouts get WXQS, etc. Existing customizations will...

I’m not sure what the exact cause is here. Here is `test.sh`, which is executable: ```sh #!/bin/sh eval "$(frum init)" ``` If this script is run from zsh, the shell...

We want that cute little "CI tests passing" checkmark.

Needs a proper documentation site on GitHub pages.

The API is too complicated. It should be simplified. - It's common to want to resample native int16 or native float32, so those two cases should be easy. Any other...

For the next version, add code to look up the human-readable "key name" for a key. This will be platform-specific, and it will also depend on the user's current key...

Libtool is called as `libtool` instead of `llvm-libtool-darwin` if you use an LLVM that is installed locally on your system, on Darwin. ## How to Reproduce * On a Mac,...