Results 79 comments of Jesus Ruiz

Hi, thanks for asking the question. In theory the only requirement is Python3.7. Let me look into this.

Hi, thanks for asking the question. durable_rules doesn't have a 'not' operator. Try doing `pets.allItems(item.nickname != 'spot')` .

Hi, thanks for reporting this issue. I have published a fix. Please use version 2.0.23

Thanks for reporting this issue. I have published a fix. Please use version 2.0.26

Hi, thanks for asking the question. I would assert a fact "rule Y has been fired" when rule Y is fired. Then write a rule "when something is X and...

Hi, I don't have a fix for this issue yet. I know what the problem is (the tree for the expression is malformed), I still need to find a way...

Hi, I have completed the fix for this. Please use version 2.0.15 (published to npm)

Hi Xabiel, thanks for posting the question. Partial updates are not supported right now. I'm going to add this to the list of features to be implemented.

Hi, thanks for asking the question. You can use the context object passed to the consequent to record the outcome. For example: ```python from durable.lang import * with ruleset('test'): #...

Hi, thanks for asking the question. Would you mind pasting the exception that led to the exception?