Eyal Lotem

Results 16 issues of Eyal Lotem

Case presented as '.case [' cannot be typed in this way

In my set up, PAGER is set to "" so that I can run git commands in emacs and have them work properly. I could in theory set my PAGER...

If system lacks "wx-config" in $PATH, then currently the Setup.hs in wxc will just fail silently, swallowing errors. I got: "Setup: failed" which is confusing and frustrating. I added a...

When a file was changed to a symlink in one branch, and modified in another, the merge creates a conflicted state with the data change and no conflict markers, similarly...

bug

Example code: ``` -- instance import A import qualified B ``` fails to align. But a typo in `instance` above makes it succeed. i.e: it's probably being confused by keywords...

Add the install-includes needed so that one can make bindings for C libraries that depend on freetype. Otherwise, to make these bindings you have to copy the entire freetype2 C...