Antoine Fabri

Results 289 issues of Antoine Fabri

It's easy enough to debugonce a rigged function but would be nice to be able to browse a boomed expression and especially shiny réactives, as the output can be big.

so far tested on : * simple example from "Mastering shiny" * hex-memory app https://shiny.rstudio.com/gallery/hex-memory.html * https://github.com/RiveraDaniel/Regression , here we need to assign the funcion in the shinyServer call o...

from #16 : Right now we need to restart the session (or devtools::load_all() if only rigging in developped package). Still not sure what would be the best way, maybe we'd...

Because of the way we store `..FIRST_CALL..` and `..EVALED_ARGS..` in the mask. ``` fake_package("fake", list( add2 = function(a, b) { a + b }, add4 = function(a, b, c, d)...

rigged functions have the same code as the original function, however this is not the case of wrapper functions. So if wrapper functions are returned, or if the rigged function...

When using `rig_in_namespace`, each function is first rigged in place, then wrappers of all those are set in each enclosing environments. In doing so we don't provide a mask where...

from https://github.com/moodymudskipper/boomer/issues/33 There might be other potential problems that the magrittr exception that we hacked a bit brutally. We could choose to print the top call, then have a way...

from : https://github.com/moodymudskipper/boomer/issues/40 ``` r c 0) wat } b Registered S3 method overwritten by 'pryr': #> method from #> print.bytes Rcpp #> x : #> [1] 3 #> 💥...

from #16 e.g. .GlobalEnv If not possible, at least describe why here.