Massimo Siani
Massimo Siani
Hi, probably it's just me, but I happen to need `Long`s as attribute values. This should fix it. Thanks a lot!
I am wondering whether it makes sense to add the Dual (aka Pairing) typeclass described [here](http://comonad.com/reader/2008/the-cofree-comonad-and-the-expression-problem/). Its main use case is providing a pair between a DSL and its interpretation....
What the title says.
Hi, first of all thanks for the project! I did my best with the modules I know, I'm not sure if the other modules can be supported as well. Are...
Hi! Thinking about adding a wrapper for system props, similar to what `Env` is for env vars. I came up with ``` trait Prop[F[_]] { def get(name: String): F[Option[String]] def...
Addresses #4562. I followed the steps outlined here https://github.com/typelevel/cats/pull/3910#issuecomment-979975262, there's no `Currency` in scala js/native tough.
Hi, I often work with the java `Currency` type, but wasn't able to find the basic instances for that, e.g. `Show` and `Eq`. I also looked in the `mouse` project....
Follow up from the discussion in #460. Atm, [this bug in scala.js](https://github.com/scala-js/scala-js/issues/4865) prevents merging this PR.