Franz Thoma

Results 7 issues of Franz Thoma

See https://github.com/ekmett/trifecta/pull/73/commits/90d3ea3d568b41806b36910d7a3f7ba19b48573c#diff-5ce974d71a85ffa9de2bd3160230ad6aL61: Before: ```haskell import Control.Lens hiding (() #if MIN_VERSION_lens(4,13,0) && __GLASGOW_HASKELL__ >= 710 ,(:

Basically the same as #65: Pressing `AltGr` during a key sequence breaks the sequence. I use vim-mode-plus and keyboard-localization with de_DE-neo keymap. With this configuration, the »delete inside double-quotes« key...

E.g. in `~/.vgrep/config.yaml`: ```yaml … backend: grep-command: "grep -nH --color=always" recursive-grep-command: "grep -rnHI --color=always" … ``` Use cases: * People who want to use `ack`/`ag` instead of `grep` * Passing...

enhancement
discussion

The config key `colors` is optional, and we assume a default `mempty` if the key is not present. However, if the key is present but contains invalid data (such as...

bug

Instead of failing with pattern matching errors on empty/invalid input, the messages should be printed on a status line.

enhancement

* Export of convenience functions * Limit for pen repositioning to avoid unnecessary pen up/down movements * Graphical tracing for visual debugging

Each artwork is its own separate project, with a dedicated stack.yaml referencing the right version of the library. The stack.yaml can either pinpoint a specific commit, or link to `../..`...