Alex Klibisz
Alex Klibisz
> I think netty maintains binary compatibility, so I wonder if you could 'pull up' the netty dependency to 4.1.77 in your project by adding it explicitly and see if...
> As a short-term solution you could try setting `akka.grpc.client."*".backend = "akka-http"`. I can confirm that this works on akka-grpc 2.1.2. Today is the first I've heard about the akka-http...
Thanks for the quick responses @raboof. I'll try out the akka-http backend in a lower-volume lower-consequence app. Otherwise will stick with akka-grpc 2.1.1 until the netty fix is released, makes...
> Sorry for the silence here, @alexklibisz , would you be interested in completing this work with the new license? I'm not really sure how contribution has changed since the...
Here is another possible workaround. We basically pre-format the file once with no content changes. Then make the content change. Then compare the pre-formatted and the content-changed versions to get...
> > Here is another possible workaround. We basically just pre-strip the newlines and then re-compute the patch by comparing two stripped versions. > > It has the same issues...
> It sounds like there's no workaround? There are several workarounds mentioned throughout the thread. Look for 👍
FWIW, still seeing this in 1.8.2. This time w/ scala-xml
@ches Yeah, I had to do this in a project recently, too. I put the setting in project/build.sbt. Seemed like it relates to the recent scala-xml major dependency upgrade. https://github.com/sbt/sbt/issues/6997
@raboof was this ever fixed?