Matthias Berndt

Results 46 comments of Matthias Berndt

Yeah sure, so I wanted to add what came to my mind 😉

@gmethvin, Yes, I did encounter this in a real app. We use a DB connection pool and, since we use a blocking driver, a dedicated thread pool that runs all...

@gmethvin, IIRC Play's default execution context is the actor system's dispatcher. Since the actor system itself is also shut down using a stop hook, I doubt that's going to work....

@richdougherty, I don't think it's useful to discuss the details of my application. I have written the above example code precisely to allow you to understand the problem without having...

Hi @richdougherty, I'm surprised you think so, because I don't think my phrasing suggests that. In any case, it is not what I meant, the shutdown hooks run in the...

@tchebb, As you might remember, I have a Bose Mini II SoundLink that I flashed with bose-dfu, and I have noticed an issue with it: I cannot use it for...

Thanks @alejandrohdezma , Well I might not want to enable it indiscriminately but only for the PRs created by scala-steward. It can be done, but I also don't want to...

I would argue against using the Github CLI for this. As far as I can see, it's a single request to a very simple endpoint, which shouldn't be hard to...

@AndreyLadniy, that probably belongs in zio core, not zio-config. Try creating a PR here: https://github.com/zio/zio/blob/series/2.x/core/shared/src/main/scala/zio/Config.scala That said, I can't guarantee it'll be accepted as zio has its own Duration type...

CI is failing because I need a newer ZIO version and that seems to be incompatible with Java 8. Maybe it's time to throw it out?