Jonathan Yoder

Results 12 comments of Jonathan Yoder

Thanks for that clarification! I'll close this issue.

Oh, I see what was tripping us up. The `books` repo is missing from `devel_repos` in `config.yaml`. We parse `config.yaml` to figure out what repos are available. ``` ## CHANGE...

Would it be reasonable to have `BiocManager::repositories()` respect what is currently enabled in `config.yaml`? I see it's currently hard-coded at https://github.com/Bioconductor/BiocManager/blob/master/R/repositories.R#L104.

What we're concerned about, in particular, is the `devel` version of Bioconductor. If I understand it correctly, there are times during the development cycle for a new release when not...

@LiNk-NY, @lshep, thanks for the replies! I realize I should have described our use case a bit more thoroughly. :grin: The use case here is for RStudio Package Manager (e.g....

We would love to see this merged. Being able to copy large (> 5GB) files from one S3 location to another is a critical feature for our application.

FYI, we've been using this code (ported it to our application manually), and it worked really well! Looking forward to seeing this merged into the s3 manager.

+1 on working to get this merged! We've been using the code for years!

In Connect v. 1.4.6, we included some CSS fixes to support touch scrolling on mobile devices. Although I consider it unlikely, it's possible that the 1.4.6 scrolling fixes may have...

On a side note, is there a better way to get a native pgx connection from the sqlx connection pool? If so, I don't need to use `stdlib.OpenDBFromPool` at all....