Matt Pettis

Results 11 comments of Matt Pettis

OK, good to know. Thank you again for the great work here.

`poll`ing is mentioned here... is there a way to poll the facts of a session at a given point in time? That is, after the facts have been asserted or...

Thank you both @reinoldus and @trankos ! To @trankos point -- that means that `c.assert_fact(new_dict)` does not trigger anything? I was assuming that asserting a fact and triggering a rule...

That all makes sense to me. The model in my mind though is that even if I asserted a fact that does not trigger any rule, that fact still exists...

Thanks @trankos , this is clearing some things up. Does the following make sense: ``` from durable.lang import * with ruleset('test'): @when_all(m.subject == 'exists') def myassert(c): c.assert_fact({"fact_type": "new"}) assert_fact('test', {"subject":"exists"})...

I'm a newbie to rules myself, so this has been a very helpful discussion for me as well!

I also have this issue, and my libssh version is also `0.8.6`. That is, I cannot use a `Host` defined in my config file. The config file is a file...

I get an Application Error on the herokuapp above, to confirm what I think @deborahapthorp is saying as well.

@llrs I completely understand your question to further support of this package. I appreciate your work to this point, and will just say my use case is to just extract...