David Geirola

Results 28 comments of David Geirola

Sorry for the late reply @djspiewak, thank you for your detailed explanation. The real problem is that when you have several timeouts with the same duration could be difficult to...

In our case we have an engine that executes some steps ( like saga orchestrator pattern ), each step has a max timeout in the engine while each step action...

@bplommer any news about this? Thanks 👍

Here an example: ```scala import cats.implicits._ import scala.util.{Failure, Success, Try} import scala.xml.{NodeSeq, _} import scala.xml.transform.{RewriteRule, RuleTransformer} val doc = case class Rule(zoom: NodeSeq => NodeSeq, action: NodeSeq => Try[NodeSeq]) {...

Hi, I'm having a similar problem. Using `/usr/bin/jvisualvm` once I click the button on IntelliJ the program runs but `VisuamVM` doesn't. Nothing happens, no errors notification from IntelliJ

Any news about Gitlab support?

> Not really @geirolz. Is there anything in particular you'd be looking for? Nothing in particular, If I'm not wrong currently there are no possibilities to auto-merge the PRs using...

Thanks, @djspiewak! `not ideal` just because it is a bit verbose?

@gvolpe @Daenyth I don't see many activities here, I can also help if needed. We use this library in production and I'd like to contribute and help

Hi @bplommer did you have the chance to take a look at this?