Matthias Fischmann
Matthias Fischmann
feature request by @jkarni: > Any easy way to modify a particular aspect of a configifier config (like `>>.` gets one)? not sure about whether i want that and what...
use string handling functions or attoparsec instead. libpcre has known bugs.
I've added a test case illustrating the fact that `FilePath` cannot easily be used in config types: Since it is an alias to `[Char]`, the yaml parser expects a list...
May be related to https://github.com/hspec/sensei/issues/30. This change is based on the unconfirmed theory that pressing ^C repeatedly sometimes leaves ghci processes running, with the same symptoms as described in the...
A bit of stream of consciousness on what's happening here: when reviewing #42, I got confused and followed an itch to rewrite a few helpers. Then I wanted to test...
Orphans
I'm trying to get to a point where orphans are contained in their own module in #35, which will at least make all orphans intentional, but I am wondering if...
This will work better after https://github.com/GetShopTV/swagger2/pull/195 has been merged, which will also require some minor changes here. Just opening this to keep track of what's going on upstream.