Lennart Spitzner

Results 140 comments of Lennart Spitzner

@eborden yes. i just rebased it to current `dev`. it only is 8.0 but doesn't seem to have bitrotten yet.

thanks for the interest! my first thought was: i bet there is a quick and dirty approach that works for 90% of cases that just works on the un-parsed lines...

Friendly reminder, as it changed not too long ago and might be confusing: `cabal upload` defaults to uploading a candidate. Non-candidate needs `cabal upload --publish`.

At least with firefox, you can take @chrisdone's workflow one step further and have the "ha somepackage" url rewritten to "https://hackage.haskell.org/package/somepackage". (bookmark with location `https://hackage.haskell.org/package/%s` and keyword `ha`.) Consequently I...

After some trial and error, I found an ugly workaround: Modify `mathcalls-helper-functions.h` and replace `_Mdouble_` with `double` (`math.h` does `#define _Mdouble_ double` for me). Not fond of modifying system include...

Of course that would be too easy and breaks, because at some point `_Mdouble_` gets defined as `float`, too. Nevermind.

@glguy Perhaps I was unclear. The observed behaviour is random. In like 95% of the input events everything is fine. What is Terminal.app?

I just tested using the `vty-demo` executable contained within the package. When i keep alt-backspace pressed, the program exits randomly after, on vague average, 20 input events.

I am running all this on archlinux. Testing with different terminal emulators gives somewhat differing results: - xterm(330) detects alt-backspace as `EvKey (KChar \136) []` and consequently does not seem...

Oh, and I also see `EvKey KBS [MMeta]` as the "correct" output. I don't mind the alt-vs-meta swap.