Julien Truffaut

Results 78 comments of Julien Truffaut

Yeah but it isn't great

@armanbilge I updated the release notes. If you have a minute wold you mind reviewing it?

in particular, the dependencies are not up to date: https://github.com/oncue/remotely/blob/0a76580ebf6e301fa76febfaa75f9639bc54df1c/core/build.sbt#L20-L26

I believe it is expected when you use `private` in your case class definition.

Ideally, yes it should be the same but I believe this is due to a change of semantic between Scala 2 and 3 for private case class constructors. So Monocle...

Users aren't expected to use `MkFocus` directly. Do you have the same issue with `Focus`? `Focus[Foo.Baz, String](_.id)` It is really weird that a useless opaque type break the macro. Was...

@vkostyukov cool, thanks for the link. I am sure I will find interesting ideas ;)