Dominik Dorn

Results 91 comments of Dominik Dorn

@t3hnar as noted in the first post, I've seen the sample. However, its unreasonable to copy this whole code for every event-type received/stored by an akka-persistence actor. There needs to...

Ok, after chatting with @adamgfraser , we found two ways to use this: manual way ```scala import zio._ import zio.metrics._ import java.time.temporal.ChronoUnit object Example extends ZIOAppDefault { val workflow =...

I'd like to add the sample I brought up in Discord yesterday. My need is to fuzzy compare the doubles in the leafs of this or similar - possibly more...

For creating sourcecode from json/yaml swagger files, you should take a look at https://github.com/ebowman/api-first-hand imho, this one is far more advanced. @JFCote you might be better off to create a...

> I pushed a first draft for the migration to sttp3 in https://github.com/bot4s/telegram/tree/sttp3 > I translated as close as possible from the original implementation and that should also include this...

I'm atm writing tests and noticed, its working correctly with the original code using cats MonadError for Future, so I guess, my implementation of MonadError has a flaw or something....

@ex0ns I've been in contact with the guys from zio https://github.com/zio/interop-cats/issues/330 and from what I got, the way to go (e.g. similar to what doobie and others do) should be...

I can try to do a refactoring on the relevant parts on the weekend... just wasn't sure on how deep I'm allowed to grab into the code, so I tried...

Hi @ex0ns! Sorry, I've been really busy. Please merge sttp3 at your convenience, I'll (re)base my changes on your branch or the latest master.

Actually, I think it should be a compiler plugin, as we're not processing any annotations.