Ian
Ian
You can pass `:loop="true"` to the carousel component - it's probably undocumented, but it's there and it works.
Just a note, that the workaround proposed here would be incompatible with some new functionality that relies on the correct use of the `params` for a single event, e.g. [Support...
FWIW I've used type-safe facts in the past using the following code (c/p from an old project): ```js declare module "json-rules-engine" { interface Engine { facts: Map; sfv(id: T, value:...
Hey @chitalian! thanks a lot for the report and yes, after reading some more about DO I/O your proposal sounds **totally legit**. I have no idea when I'll find some...
hey @chitalian! Thanks for the suggestion. I suppose so, but unfortunately, I don't have time to work on that currently or in the foreseeable future. I will leave this open...