Corey Woodfield
Corey Woodfield
@brandjon any update on this?
@lloydmeta any update on this? Thanks
First off, thank you. Second, I notice that there are two separate libraries: one for scala 3 and one for scala 2. Is there any plan or desire to have...
Sure, I'll take a stab at it
I have something that I think would work, but there's a bug in the macro mixing functionality that is triggered by using type parameters from the class level in a...
* It's useful for being able to enumerate types and distinguish between them when serialized. Each enum entry corresponds to its companion which holds data of type `A`. You parse...
I can't figure out a good way to do 1 that compiles in scala 3 and has the entry and companion knowing each others types that works with what's there...