Cédric Chantepie

Results 129 comments of Cédric Chantepie

`apply`/`unapply` are not used in Scala 3 derivation/macros. The class must either extend `Product` (as any case class), or `Conversion` must be available. Documentation can be updated.

Is there an issue with the existing build? Otherwise I'm not sure we want to introduce such upstream dependency.

I think the _truth is out there_. A reproducer: ```typescript import { Route, Router } from 'typescript-router' import { object, isoDate, string, Err, type Validator } from 'idonttrustlikethat' export const...

Class with `AnyVal` is a rather a Value class than a Case class (and in fact I would not recommended make it a case class). There are dedicated macros for...

Still issues with latest 2.1.1 : ``` [warn] multiple main classes detected: run 'show discoveredMainClasses' to see the list [warn] In the last 10 seconds, 5.314 (53,5%) were spent in...

You can use [tatami](https://github.com/cchantep/tatami/tree/master/releases/foorgol/scala_2.11) a resolver.

@jsuereth sbt-dyn-ver could be used? Do you want some help to publish manually meanwhile as I understand you're busy?