Max
Max
I'm just trying to find a way to fix a regression which has been introduced to remove the use of default value in function arguments. I'm not sure why this...
How is this different from just using `Either Text` (or Either String). The default instance are already written and I think are identical to yours.
I'm a bit confused. Your `Try` is at the column level not row level, so I'm not sure which error message you get at the row level .
What I mean, I have similar problems and the way I do to have row parametrized by a functor data Product f = Product { name :: f String, price...
I think my use case is slightly different but I might be wrong. My use case is either to be able to skip comments for example. I know comments are...
The refactoring issue is at the same time a very good reason and a very bad one, but I understand that time is always the issue. However, it seems that...
Ok, I understand it's no easy to have a pretty but automatic generated color scheme. Maybe 1 or 2 choosen alternative schemes would be enough then. On 1 March 2012...
At the moment, Metamorphosis doesn't deal with plain type (like Int and String), but I can see 3 ways to solve the problem. The easiest would be to define it...
That seem to be the exact use case for Metamorphosis. However I not sure I understand your comment about Haddocks. About hackage, is that to be able to see the...
That's a valid point. Let me know if you find it usefull and I'll publish it then.