Mike Cherkasov
Mike Cherkasov
I've noticed that moving a barebones bot from one channel to the other seems to cause it to disconnect. The bot only has a Ready event handler that finds the...
Added serialization and deserialization logic for `IExpressionTree` and `IFilteringExpression` to allow for the rehydration of `IFilteringExpression` upon deserialization. i.e. Correctly recreating the `condition` field with the correct `logic` function, icon,...
## Is your feature request related to a problem? Please describe. When writing migrations, it is not currently possible to add a property dependant on another property. Example: ```ts import...
## Is your feature request related to a problem? Please describe. When writing migrations, replacing a method call with arbitrary code is impossible. Example: ```ts import { FilteringExpressionsTree } from...