Tamás Bordák
Tamás Bordák
I have the same problem, it is probably something wrong with angular hot reload, since restarting angular fixes it. It only happens on one of my computers, and with other...
@thomastvedt your problem is that FeatureModule is not imported in AppModule, it is interesting why it works if there is no translate pipe in PersonComponent. It is probably some weirdness...
Yes this is the article we followed. We are using the Rebus cache signal something like this. ``` services.AddElsa(elsa => elsa.UseRebusCacheSignal()); ``` I'm thinking this takes care of what you...
I've found there is a special case for byte[] [here](https://github.com/elsa-workflows/elsa-core/blob/ebaeabb934d97ed8077d0660fc3ff58247a23f7a/src/scripting/Elsa.Scripting.JavaScript/Services/EnumerableResultConverter.cs#L27) I'm wondering why we need to handle those differently.
@shadowusr I appreciate the work you are doing, this will be really useful. I would say @nikolay-yavorovskiy has a good point, I also think that having that functionality in the...