Simon Urbanek
Simon Urbanek
This is a minimal set of code changes and additions to cmake rules to allow `flang` and `libpgmath` to build on macOS (aka Darwin). [Tested using clang6 to build on...
Allows `body` to be a connection. It uses `readfunction` (just like `form_file`) and chunked transfer encoding to allow `POST`s of non-seekable content where length is not known a priori (e.g....
The default `path=NULL` in `facet_trelliscope()` seems to not be handled correctly and breaks in rmarkdown: ``` Error in if (is_abs_path(orig_path)) { : argument is of length zero Calls: ... knit_print.facet_trelliscope...
Articles have the journal (site) title prepended unconditionally in the Citation section, i.e. `title = "The R Journal: Some Article"` although it should be correctly `title= "SomeArticle"`, e.g. For attribution,...
Some notebooks may be using specialized facilities (such as GPUs) which are available only in some of the back-end nodes. We should provide a way where the notebook can store...
It would be nice to allow uploads to the current directory. Currently, all (non-notebook) uploads go to the designated user's directory, but when working on projects it is often desirable...
The notebook tree is static and can easily become out of date if people work in parallel. It would be nice to have a "reload" icon (or similar) to update...
It would be nice if cells of different languages would be able to pass some basic state such as the working directory. Currently using shell cells the working directory doesn't...
When the websocket connection was disconnected intermittently (due to network issues), allow immediate re-connect. This is a very special case of #777 - the idea is that the there is...
GitHub is now going away from OAuth apps and has introduced GitHub Apps (GHA). The main feature for us is that the GHA auth tokens can be set to expire,...