Results 242 comments of >>=

adding `.retract` is not correct. Please start by adding a unit test along the lines of parsing `"Infinity"` into a `Double`. That should work, if it doesn't then it's a...

I spent a few hours looking into this. Ignoring tests for now, which are going to have to wait for deps, some `import scala.language.implicitConversions` are needed (or stop using implicit...

FYI I have a typeclass derivation mechanism that works on Scala 2 and Scala 3. So if we migrated to that we'd get support for both at once. https://gitlab.com/fommil/shapely

> it appears to use nested eithers / tuples not sure where you see that. The `CaseClassN` and `SealedTraitN` data types are all "flat" so there's one alloc per transformation...

magnolia is supposed to support scala 3 now. apparently. In terms of what's missing, shapely just needs a little macro that can provide access to the annotations, and a little...

conceptually this is nice but it is too magical for my personal tastes. I'd rather this was its own macro. Firstly it breaks backwards compatibility, and secondly it means that...

I installed on archlinux via the yaourt helper... I just typed `yaourt -S mimic-git` and it compiled from sources. That said, the following command ``` mimic -t "Hello. Doctor. Name....

I've also seen the same problem (using `org.scalatest.junit.JUnitRunner` with the `ScalaTest` framework disabled), but it's only when the test extends from a class that has the `RunWith` annotation. When it's...

We certainly get parameter names in completions so I think this is possible. I'm not sure if the current API is enough, it may need another query.