Yihui Xie
Yihui Xie
Sounds like someone else has reported this to me in private before, but I don't have the time to fix it. There is certainly an off-by-one error somewhere. If you...
No. It may be worth rewriting some of the functions using shiny, but I don't think any of existing authors of this package will have time for that.
Thanks! Indeed funny :) Let's see if anybody has already got a solution: http://stackoverflow.com/questions/8563604/how-to-find-waldo-with-r
This shouldn't be hard to implement with `later::later()`, but I don't have time for it. If anyone wants to submit a PR, I can probably review it. Thanks!
Yes, please. Thank you!
I don't know. It does not look like something of which I can make a decision in two minutes, so I may have to take a look when I have...
Most of the information is contained in the `req` object: https://github.com/yihui/servr/blob/3119445f7af10bec8255b8c8caeaef6da8ef7725/R/static.R#L164 Currently there is no way to show the information you mentioned. The main difficulty is I don't know what...
Sounds excellent! I'll definitely look into that possibility. Thanks for the information!
I can't reproduce this issue on my macOS and don't have an idea how it could happen (sounds like an RStudio IDE issue). I guess it won't help, but could...
I think this is the same issue as I reported to the RStudio IDE a few years ago: https://github.com/rstudio/rstudio/issues/3577#issuecomment-633722777 Basically you should only run `inf_mr()` only once. If you run...