Adam Warski

Results 549 comments of Adam Warski

Wouldn't a chain: ``` person .modify(_.f1).setTo(v1) .modify(_.f2).setTo(v2) .modify(_.f3).setTo(v3) ``` be more readable? With the tuples approach, you have to mentally connect the fields-tuple with the values-tuple, which could be error...

Probably, a bit, but then if modifying a case class once or three times makes a difference, maybe it's not a good idea to use (immutable) case classes anyway ;)

@pete-proton I wish I could help you, but I'm not sure where to start as well :) Did you try on 2.13 - is the problem there as well? If...

@pete-proton If I only knew I would fix it :) I would start by looking at usages of `FunctorPathElement` in `QuicklensMacros`, but not sure if this will lead you anywhere...

Hm true, but then the inferred type has the `... with Tag` format, not the `@@` format. Not sure how to fix it while retaining the `@@` notation.

Sounds like a good idea, maybe you could propose how that could look like (in a PR)? There's really only one request that's made, a `GET` to periodically retrieve the...

@dragos do you have any specific way to fix this problem? Hints appreciated (not to mention PRs of course ;) )

Seems not so easy ;) but we'll try

@agilesteel I guess we are still waiting for a PR. No updates from our side unfortunately.

Hmm a quick guess, maybe each plugin needs a separate `-Xplugin:[path]` entry?