You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think we'll add OverlapOperator to the main repo. I don't totally understand the use case and I don't think it will be used all that often.
My preference would be to add a register method to the operator factory: flipper.conditions.operators.Operator. Then you could have a public interface for registering any new operators you want. I'll review that PR if you want to put it together.
Flipper's latest version supports these kind of operators:
However, a complex program may require extra or custom operators. The only way to add new operators are opening a pull-request or doing a hack:
I'll open a pull-request adding OverlapOperator. But I'd love to hear thoughts about being able to add custom operators for specific projects.
The text was updated successfully, but these errors were encountered: