Sipke Schoorstra

Results 404 comments of Sipke Schoorstra

@jspitman I had not heard of FinBuckle before, will look into it. Thanks for pointing it out!

Hi @Gryhyphen, Thank you for your detailed feedback on Elsa's multi-tenancy capabilities compared to other tools like Dolphin Scheduler. I completely understand where you're coming from. Multi-tenancy is indeed an...

BPMN web modeler: https://bpmn.io/toolkit/bpmn-js/

Our current plan is to start working on this in Q4, contingent on our reliability & performance deliverables.

Have you been able to identify what bit causes the slow performance?

As I'm in the process of updating https://github.com/autofac/Autofac.Extras.MvvmCross, I ran into the following issue: https://github.com/autofac/Autofac.Extras.MvvmCross/issues/8 Basically, Autofac is dropping support for adding new registrations to an existing Container. Although MvvmCross...

Any updates on this issue?

I stumbled upon this PR via [this discussion](https://github.com/sebastienros/jint/discussions/1579) while looking for a way to pass in CLR `byte[]` values into the Engine and then return it from another JS method,...

@lahma It looks like that if I can somehow instantiate the renamed `JsArrayBuffer` from my custom object converter, I would be good to go. I'm also wondering if it would...