Marius B. Kotsbak

Results 33 comments of Marius B. Kotsbak

Yes, me too, but there is no technical reasons it could not be supported? The default value should be inserted at server side, in case of not using Autowire on...

Strangely I found this comment in the code indicating that it should have worked: ``` * @param args Serialized arguments for the method that was called. Kept * as a...

Japp, non nested traits works fine. Then combine the taits and the implementations if you want using cake pattern.

zipWith could easily be implemented afterwards, like this: https://github.com/MetaStack-pl/MetaRx/blob/d35ee24afaaa49ee044a1d991d2c096c7acbffed/shared/src/main/scala/pl/metastack/metarx/Channel.scala#L145

In the mean time, there is a lot of information about it here: https://github.com/lihaoyi/autowire/issues/34 I even started on a miniframework on it.

Looks like native libs still are not published to Maven repos.

Hmm, maybe I just need to add Sonatype repo as extra then. Didn't find in Maven central repo.

Nice, even 1.0.3, but I get an error with Mill: ``` $ mill mill.scalalib.GenIdea/idea [1/1] mill.scalalib.GenIdea.idea Analyzing modules ... Downloading [2/2] artifacts (~0/0 bytes) 1 targets failed mill.scalalib.GenIdea.idea java.lang.Exception: Duplicated...

Works with snapshots now, with version dev.zio::zio::1.0.3+3-64bea7fb-SNAPSHOT :)