Siqi Zhang
Siqi Zhang
my solution, if I understood the problem correctly: ```r timer
Just dropping a thought here. If you're managing the lifecycle of modules using objects from a bespoke class system, for example, R6, you can register your takedown code as the...
> @ColinFay thank you for the clear example. I'm surprised at how few examples I can find of removing the input / server data along with the UI. > >...
@jackwasey This is a very generalizable problem. Nowadays many people prefer not to risk polluting their global search path. - One of the solutions could be manipulating enclosing chain of...
@trinker I'm actually not able to reproduce the issue with `wakefield::r_data_frame(id, age, n = 500)`(which works perfectly) in R 3.6.0 and wakefield 0.3.3... Perhaps this has to do with R...
@jbixon13 Hi Jason, thank you so much for your interest. While @yihui is the expert on the subject, from my limited understanding, `rolldown::scrollama_sidebar` is parallel to `distill::distill_articles`, both as extensions...
@durraniu I was not able to reproduce the issue mentioned in your post right off the bat; But I will look deeper into it ASAP. On your second question, it...
@GreenEric I think you could find work around this issue pretty easily, as a `data.table` _is_ a `data.frame`
Can the following work? - add a `static` argument to `R6Class()` - put whatever's in `static` into `generator$static` - make active bindings in the instance level that grabs from the...
@joe-chelladurai probably more helpful to look at in-browser coder editors?