Kopaniev Vladyslav
Kopaniev Vladyslav
Hi, I just came across your project, I didn't find any alternatives to it. I also think it might be useful for my project.
Thanks, didn't know that tool! Also I'm not using Play for the project I have
Hey @seglo I'm sorry for the long response time, yeah you are right, I've checked and for some reason, the artefact for 2.12 is empty when downloaded from maven, this...
Hi Ben, I agree that it would be great to have Saga logic support not only Throwable as an error, but an arbitrary type. And actually [zio-saga](https://github.com/VladKopanev/zio-saga) library supports that,...
@aappddeevv Hi! Sorry for the late answer, but "scala.js" is not supported yet, but I think it might be interesting to add such a feature. I will take a look...
@aappddeevv Hey! 👋 I have finally added support for Scala 3! So if you still have time and you want to help with the current issue it would be great!...
Sure, no problem, take your time
> Nice stuff! The only criticism to using the cake pattern here is that new configuration options multiply the mixins composition. Instead we could make that configuration an implicit parameter...
Yeah, no problems, I just added `excludeAll(ExclusionRule(organization = "com.thesamet.scalapb")` to my `monix-redis` dependency and it works fine.
Hi @julienrf, yes, the function is very simple, it will not add anything that you couldn't do on your own with `filter`, but I would argue that it's more descriptive...