Mike Thomson

Results 14 issues of Mike Thomson

If I make a silly mistake, then run tests, it can introduce N spurious changes to snapshot tests that I want to quickly "reset" in bulk. For example, `git status`...

feature
snapshot :camera:

Related to #582, but specific to `{package}@{version}` not installing as expected, even after running `pak::meta_update()`: Reprex: ``` r options(repos = "https://packagemanager.posit.co/cran/__linux__/jammy/latest") # baseline pak::meta_update() #> #> ✔ Updated metadata database:...

Closes #406 # Test plan Running `oauth_flow_auth_code_read("state")` successfully prompts twice (initial prompt, then state) in either case described in parent issue: 1. sequential R chunks run in .Rmd 2. knitting...

While using `oauth_token_cached()` with `flow = oauth_flow_auth_code` and `cache_disk = TRUE` (as added in #349): 1. ~99% of calls successfully leverage the cache (or reauthenticate in the background) 2. ~...

feature
oauth :lock:

Using `withr 3.0.0`: ``` r testthat::test_that("X",{ testthat::expect_equal(1, 1) }) #> Warning in check_language_envvar("LC_ALL"): Changing language has no effect #> when envvar LC_ALL='C.UTF-8' #> Warning in check_language_envvar("LC_ALL"): Changing language has no...

When initializing git-backed deployment, users see the following warnings. I recognize this is [intentional and expected](https://github.com/rstudio/connectapi#troubleshooting-and-faq), but, in contrast, other deployment workflows in `rsconnect` do not have parallel warnings. Accordingly,...

feature

Motivating context: we'd like users to be able to deploy to Connect BOTH: 1. via Git (`connectapi`: already supported; `rsconnect`: see https://github.com/rstudio/rsconnect/issues/888), AND: 2. Setting env vars at the time...

feature

I found myself confused while trying to trace back date translations in `dbplyr` to their non-SQL origins, specifically `base` vs. `lubridate` functions: * `months()` to `lubridate`, when the translations actually...

Thank you for the great `chattr` package to make it easy to launch LLM chats from R! Perhaps related to https://github.com/rstudio/rstudio/issues/13671, is there a way to have two panes open...

Feature requests related to interacting with the Connect API via R: migrate from `httr` -> `httr2` for each: 1. `connectapi` source code 2. R examples in [Connect API Reference](https://docs.posit.co/connect/api/) Goals:...