Ethan Christian

Results 28 comments of Ethan Christian

Not really related to the code, but more thinking of maintenance of consumer code(projects that contain rules). Looking at the changes they seem pretty straight forward, remove productions from the...

@wandersoncferreira, I think that answers my question, in the event that the "subset" clients are the minority case then it definitely makes sense to allow blacklisting. Thanks for the clarification.

@WilliamParker, I am good with that, changing the name to `production-exclusions` is probably for the best and i agree we should be clear with the doc of all these opts...

@vganshin, What version of Clara are you using?

Slipped my mind, but the failure above is due to the parameter not being used as a "binding". Clara's queries assume that the "parameter" should be used as one would...

During the implementation of the PR above, i ran across a scenario where the binding in question was not passed to the production node correctly on the CLJS side of...

Probably a weird scenario but what is the behavior of: ``` (defrule some-rule [:or [?b

@stLalo, Its not recommended to do state-based manipulation in the LHS or RHS of rules. Clara makes no guarantees on the number of times the LHS/RHS is executed, only that...

@stLalo, I agree with: > 1. For every rule, insert the Event into Clara rules in-memory database > 2. Query for the events that fitted the Clara rules Without knowing...