Winston Chang
Winston Chang
> I assumed that exhaustion of later callbacks are a rare event but maybe it isn't? I could see how it would be problematic if it is frequent. For example,...
Thanks -- after reading some more about `static`, I think that pretty much all the top-level variables in these files should be `static`, since we don't want them to be...
Can you do the following: * Make the rest of the top-level variables in those files `static` * Add a `NEWS` item
@atheriel I started work on this several months ago but I didn't have time to finish. Unfortunately I won't have time to get to it probably for the rest of...
@dselivanov Sorry, I forgot to push the branch before. It's there now.
FWIW, this is what Writing R Extensions says. It's not clear to me what we should actually do in this case, though. https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Using-pthreads ***** There is no direct support for...
Callbacks in the event loop can be run in these two ways: * In an interactive session, when the call stack is empty and the console is idle. * When...
The idea (at least for me) is that it would be useful to view the contents of a directory without even comparing it to another. The use case is when...
Can you provide the exact code that you're running, and point us to the page you're referring to?
FWIW, when I run this code, it works fine: ```R ui