Sipke Schoorstra
Sipke Schoorstra
Can you elaborate on the broken dashboard part? What do you see? A screenshot might help. And perhaps there is a stack trace you can share?
I think that the issue is that the designer has a dependency on [BSComponents](https://github.com/bs-components/bs-components), which is also built with StencilJS, and needs some preparation in order to be packaged with...
Understood. I've seen such an implementation where a separate dictionary was being maintained, where each tag was a key, with the cache key as its value. This could probably be...
@mkontula I haven't started yet, and it doesn't look like I will be needing this myself anytime soon. Please feel free to take it on.
Exactly, that’s what I proposed in my previous comment with the Fire and Forget mode. When using the dispatcher, it achieves exactly that: the child workflow execution instruction gets sent...
Sure. There's still a ton of little things to do to achieve feature-parity with v2, but a preview is inching closer. At the moment I am working with a client...
@sergeivalko Yes, Elsa 2 already has these capabilities, but we need to port these over to Elsa 3.
I think it's been removed 👍🏻
> BlazorMonaco way : > > ```cs > var model = await editor.GetModel(); > await MonacoEditor.SetModelLanguage(model, "csharp"); > ``` In case anyone else stumbles upon this: as of this writing,...
@jdevillard We will merge this once you give us the green light!