bd380a72bf
Commits on Jan 10, 2022
Commits on Jan 8, 2022
Commits on Jan 7, 2022
-
-
-
The GWT docs were out of date, and using <ui:attribute ui:name=...> triggers a warning; should be <ui:attribute name=...>.
-
Merge pull request #10322 from rstudio/bugfix/tiny-replace-buttons
Fix spacing around small buttons in find/replace
-
Merge pull request #10249 from StatCan/feature/i18n-user-prefs-and-state
Feature/i18n user prefs and state
-
-
-
Merge pull request #10315 from rstudio/bugfix/session-resume-msg
Prevent session resume messages from appearing too often and persisting in console history
-
-
-
-
Merge pull request #10320 from rstudio/bugfix/macos-quarto-fix
Update how quarto is bundled in macOS package
-
Merge pull request #10319 from rstudio/bugfix/main-thread-rmd
Fixed errors when opening/saving Rmd files when R is busy
-
-
-
Commits on Jan 6, 2022
-
-
Add case for installing on macOS to ensure that quarto/share ends up …
…in the Resources directory of the package
-
-
Merge branch 'main' of https://github.com/rstudio/rstudio into bugfix…
…/main-thread-rmd
-
Fixes to avoid errors running R code on main thread
- Went through the offlineable requests and found a few places where R code could be invoked by onDocUpdated, onDocAdded, and onDocPendingRemoved For those code paths, schedule the R code to run in a delayed callback that will later be run on the main thread before handling the next rpc request - Make sure that rmarkdownAvailable() can be called from the offline thread. This will get initialized when the session starts, before it's possible for the offline thread to handle any requests. Same thing for reticulatePython() - Changed a few LOG_ERROR calls to debug messages. This eliminates some spurious errors when a file gets removed that's open in the editor, and when interrupting an R operation that's running
-
-
-
-
Omit "Presentation" from labels (#10250)
* Omit "Presentation" from labels * Using `StringUtil.equals()`
-
Error starting r win 10151 (#10313)
* not calling veryInitialized() before initialize() * FileLock::initialize() does nothing if already initialized
-
Improve session resumed message so only the most recent message appea…
…rs on resume Add timestamps when a client last connected to a session Improve detecting of connecting to a running session vs. a suspended session Remove parenthetical plural from mostSignificantTimeAgo()
-
Commits on Jan 5, 2022
-
Merge pull request #10222 from StatCan/rohan-rsconnect-xml
feat(i18n): i18-nify RSConnect UIBinder files
-