Matt Pettis

Results 7 issues of Matt Pettis

In 22.3 ("Locating Errors"), there is sample code given to trigger the console options of "Show Traceback" and "Rerun with Debug". When I ran that code, I got the error,...

Linked to this issue: https://github.com/jruizgit/rules/issues/307 It looks like `get_facts()` is not getting facts asserted in a consequent. I don't know if it is failing -- I get no error message,...

Is there a way to merge rulesets from two different sources? If group A makes a ruleset with a set of rules, and group B makes a set of rules...

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 posted, can the session...

I am looking at the [documentation page](https://purrr.tidyverse.org/reference/list_modify.html), and it mentions that it may be deprecated, but I do not see any indication of that. Also, I see no usage examples...

When we have lists that have some sub-lists that are unnamed, the melt/unmelt process will introduce names to those originally unnamed sub-lists. I propose that this example be added to...

documentation
enhancement

From the main page at: https://nbenn.github.io/mockthat/ We have this example, which I suspect is broken because you need to reinstall `mockr` before running: ``` r mockr::with_mock( foo = function(x) "bar",...