Mike Cherkasov

Results 4 issues of 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...

Bug
TODO
Internal

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,...

filtering
query-builder

## 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...

:new: status: new
:toolbox: feature-request
migrations
schematics

## 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...

:new: status: new
:toolbox: feature-request
migrations
schematics