Voytek Pituła

Results 26 comments of Voytek Pituła

In our case, we are trying to hang the execution of the flow waiting for an event. This means we need to sav execution state, terminate the execution and after...

Sure, we are experimenting with using jupyter notebooks for business process automation. In such an environment sooner or later you have to wait for some kind of event to happen....

We're hitting the same issue. I tried playing with various strategies: including stderr in logs, running with `SBT_OPTS=--debug`, attaching debugger to scala-steward to see what might be a problem. All...

Hi guys, is there any workaround for this? I was trying to fix it by setting `aggregate in` for various combinations of scopes but none of them works. Also I...

I first encountered this problem a few months ago and just fell back to shapeless. However recently I got two new use cases for this so it becomes more and...

Hey, we have some experience in using cadence with scala and can contribute our experiences and maybe even some code. Reg 2) Serialization is a tough topic, in general, typeclass-based...

I noticed related but probably different misbehavior. ``` @ def test(): Unit = { for { _

I was just hit by this, with a slight difference though. In my case it fails on `wire` but with the same error. The difference might be that I'm using...

Any news here? We just wasted ~3 days trying to debug this issue :)

Hey, thanks for the response. I though its a camunda-backed project due to being in camunda org. Anyway, yes, I will try to come up with failing test PR :)