Quantcast
Channel: User LMeyer - Stack Overflow
Browsing all 48 articles
Browse latest View live

Answer by LMeyer for Akka - assign dispatcher to an actor based on name pattern

The docs explicitly state you cannot :You can use asterisks as wildcard matches for the actor path sections, so you could specify: /*/sampleActor and that would match all sampleActor on that level in...

View Article


Answer by LMeyer for Scala cats, traverse Seq

Cats does not provide typeclass instances for Seq, so besides implementing it yourself you're stuck with the conversion.As to why, there's an ongoing discussion in an (somewhat old) Cats issue. To sum...

View Article


Comment by LMeyer on Scala, ZIO - convert Future[Either[...]] into ZIO

I would just do ZIO.fromFuture(_ => futureEitherMethod()).absolve

View Article

Comment by LMeyer on How to "override a binding" in a ZLayer?

It is not very clear what you want to achieve. If you want to change service in your program just provide different layers when you need too. You don't really need to override anything.

View Article

Comment by LMeyer on Why override bootstrap, not work for run method?

Mmh this is weird indeed. I tried playing with ZIOApp overriding things but still get the same error... I'd ask on the Discord

View Article


Comment by LMeyer on Why override bootstrap, not work for run method?

Did you actually try it with OP's code ? Because I did and have the same error

View Article

Answer by LMeyer for Running zio.dev Hello, world! yields error

The errors comes from the fact they commented out a common sbt plugin library here I think, yet they still use it in their build definition. More precisely the methods enableZIO() and stdSettings()...

View Article

Comment by LMeyer on Where is Scala 2.10.3 hosted?

After clicking on a version on this page, you'll have the installers available at the bottom of the new page. Or you can just go here.

View Article

Browsing all 48 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>