Max Held
Max Held
currently we're relying on people setting sensible filter actions before, but it'd be nice to avoid infinite loop armageddon out of the box. Might happen if people deploy to `gh-pages`,...
should be obvious that this *just* deploys, no building.
right now, the testing is kinda informal: you can just go to http://www.maxheld.de/ghpages/, and ideally, you should see the last commit sha there if things worked out. I'd like to...
AcademicMarkdown is great for helping to write RMarkdown files. Unfortunately, there seems to be a conflict with the https://github.com/randy3k/R-Box package, whereby one can only either have good AcademicMarkdown syntax highlighting,...
I originally (stupidly) raised this as a bug (#12), but I still think it would be nice to have the `citer > show all` dropdown show up automatically on `@...`....
it would be nice if there were a built-in assertion to test whether some object is %in% another one (say, a list or vector etc). This might be common when...
I like to make sure that character inputs in `textInputArea()` aren't excessively long (maliciously so?) to protect my compute. I currently do this with https://github.com/rstudio/shinyvalidate/, which is amazing, but this...
`scale_y_discrete()` and `scale_x_discrete()` currently appear not to support the `sec.axis` argument of their `scale_continuous()` brethren. `sec.axis` would be nice for discrete scales as well, such as when you have various...
I'm a huge fan of the simple rmarkdown websites: no heavy dependencies, no JS weirdness, just plain bootstrap and html. But I can't help admiring the advanced design of [radix](http://rstudio.github.io/radix/),...