Ross A. Baker

Results 574 comments of Ross A. Baker

Two libraries serve as precedent in Haskell: * [zero](https://hackage.haskell.org/package/zero): this one introduces a `Zero[A] extends Semigroup[A]`. * [monoid-zero](https://hackage.haskell.org/package/monoid-absorbing-0.1.0.4/docs/Data-Monoid-Zero.html): introduces a `MonoidZero[A] extends Monoid[A]`. Also has a `MonoidLZero` and `MonoidRZero`. Wikipedia...

We could added it to typelevelEcosystem.md, which would get it on the Cats site as a related project. We can also mention it in the Cats channel and I'd be...

Precedent: `scalaz.Maybe` and `scalaz.IList` got used successfully where people didn't care about interop with stdlib, and were cursed mightily wherever people did.

> My guess is that many of the maintainers of libraries like http4s will be happy to have an excuse to drop 2.12 by the time Circe 0.15 is out,...

I did some homework. tl;dr: - scala-xml doesn't match the spec it references in the scaladoc - there are Type 1 and Type 2 errors vs. all recent specs -...

The CI that used to publish was taken down at Verizon. You should be able to get the latest version of the docs locally by running `makeSite` on a local...

Correct. #61 starts down this road. I have a presentation to prepare, and probably can't look at this until next week, but I imagine getting on fs2-1.0.0-M5 and cats-effect-1.0.0 might...

I'll look into opening a room when we move this project to getnelson. In the meantime, many of the quiver developers are on getnelson/nelson Gitter.

I don't think anyone is working on that. A PR would be welcome.

My apologies. This escaped my notice until now. I think the problem with making this an implicit instance is that there are so many date formats. Why that pattern instead...