Ilya Zarubin
Ilya Zarubin
Hi @ColinFay please consider an update of gargoyle with the current PR's or at least merging #18 if otherwise it takes too much time. I need this #18 fix in...
Implement #12. Add baseline storage class - as a port of odds - with baseline functions from qs To-Do: - possibly refactor baseline class that currently implements disk storage (qs)...
Fix #3
Fix #3 Add several name-watchers for `on()` - provides the "or" case - provide an expression generator `generate_watch_expr()` that parses "name" arg to a list of reactives - each element...
Fix #19 For details the commit message but notably the current implementation does not check for #17, as only tests regarding the class are implemented so far. So one might...
Fix #17 Could not to get reprexes working with these shiny reactive console things... so here is the output from my console copy pasted: ```r library(shiny) library(gargoyle) shiny::reactiveConsole(TRUE) s [[1]]...
Which is a good thing! :)
When working with the `tests/testthat/test-funs.R` file I realized that the following code part does not work: ```r library(shiny) library(gargoyle) shiny::reactiveConsole(TRUE) s [[1]] #> reactiveVal: [1] "0" test_for_on_function Error in session$userData[[name]]():...
Two things: - fix typos/unclear formulation - I think (as a user, that was the case for me) the `README` of the package could be a bit more encouraging; I...
### Guidelines - [X] I agree to follow this project's Contributing Guidelines. ### Description Hi @pstorozenko great work here ! I wonder whether it is possible to update the docs...