Matthias Fischmann
Matthias Fischmann
[irc] ``` 15:13 < fisx_> npou: is there a type synonym for this?: 15:13 < fisx_> (Monoid (f User), Functor f, Applicative f, Contravariant f) => (ST -> f ST)...
[irc] ``` 15:57 < npou> While Fold is defined as `type Fold s a = forall f. (Contravariant f, Applicative f) => (a -> f a) -> s -> f...
https://en.wikibooks.org/wiki/Haskell/Lenses_and_functional_references#The_scenic_route_to_lenses
It would also be nice if an extra effect of resolving this issue would be that we have version bounds in all cabal files. The rule should be: if `a.b.c.d`...
> I worry a little about packunused. In particular, if we want to constraint the version of a transitive (indirect) This is a valid concern. Comments would be an option,...
what's the status of this? options: - take it out of milestone 2 and wait for hspec to mature, or for somebody to be bored and get to work on...
ok, removing from milestone 2.
at least the former was introduced as a test for something (forgot the details), and should probably be moved to `/tests` rather than removed entirely. (the former is trivial and...
The workaround would be to set the log path in `Thentos.Test.Config` to `/tmp/my-log`. A slightly better (and easy to implement) way: Set log path to something inside the temp dir...
For (US2)[https://github.com/liqd/thentos/milestones/US2], we should aim for something simple: When creating a new persona, the user is presented with a list of all processes and can select one. This assignment will...