Carlos Quiroz

Results 32 issues of Carlos Quiroz

It is common that we use monocle and cats together, I noted some of the examples fail to compile when I also have imported `cats.syntax.all._` It is hard to tell...

This one is odd. I think it is related to changes on ScalaCheck but I can't pinpoint the reason. Enabling it triggers an error during the generation of URIs _Originally...

These are not working anymore, but TBH I don't know how could that have worked in the past _Originally posted by @cquiroz in https://github.com/optics-dev/Monocle/pull/943#discussion_r519186081_

It would be great to add scalafix rules to support automated migration from `monocle-cats` 1.5.0 to `monocle` 2.0.0 (or the next version supporting cats 2.0.0)

## steps The error happens randomly in the console he using sbtn ## problem In the console I see the error below and sbt dies ``` sbt:root> Exception in thread...

Bug
needs info
area/sbtn

This adds partial support for `text-overflow`. There are more cases I'd like to support but I wasn't able to get them to work. Support having arbitrary text `textOverflow("text")` Have values...

I did a first attempt trying to use coulomb in scala 3. I got quite a bit of progress on a relatively simple library that uses coulomb but I have...

Upgrade the `static` test. Updates scala to 2.13 and removes uglify since it is not needed with newer webpack versions

I'm looking at ways to simplify the internals. We have support for `npm` and `yarn` and by removing either we could do some simplifications. What do you think? I'd keep...