Jean-Rémi Desjardins
Jean-Rémi Desjardins
The explanation for why default arguments are a wart is pretty short and vague. Of course, users are welcome to disable that wart if they don't agree, but it would...
The documentation around typeclass derivation points to a blog post where the derivation process is explained in a very clear manner. The problem is that this blog post mentions that...
I think it would be useful to have a version of `setTo` which accepts an `Option` and only changes the object if the value being passed in is `Some`.
I think I understand it's usefulness but the unfortunate consequence of this is a bunch of garbage commits when debugging release issues (like incorrect credentials or something). Please let me...
I would like to have String interpolation in tut template files. I am aware that this is somewhat of a separate concern, and would like to open up the discussion...
It's out of date
The latest version of `scalaz-stream` contains an implementation of `uncons` that is generalized to any `Monad`. It also contains a bug fix over the implementation found within the Remotely code...
Currently, it is possible to create any kind of Remote. This is not too much of an issue because remotes should be generated by the macro most of the time....
It's a copy paste from another test and does not test what it is supposed to based from the description