Benjamin Tyner

Results 34 comments of Benjamin Tyner

Finally got around to this. Under `n = 10`, it ran for a while and then gave > Error in `curl::curl_fetch_memory()`: > ! Failed initialization > Run `rlang::last_trace()` to see...

I encountered an error when trying to run the `client$chat$completion$create(...)` command... > Error in `httr2::req_perform()`: > ! HTTP 503 Service Unavailable. > Run `]8;;rstudio:run:rlang::last_trace()rlang::last_trace()]8;;` to see where the error occurred....

Thanks for clarifying. In the meantime perhaps the paws NEWS file could say something to the effect of "for a more comprehensive list, please see the paws.common NEWS" ?

If you want them to match in this case, then need to set `normwt = TRUE` when calling `Hmisc::wtd.var` -- see the documentation for how this argument changes the interpretation...

Just curious, does any benchmarking exist in terms of the relative speed of the `cloudyr` package functionalities versus their `paws` counterparts? For example, if we switch from the former to...

Thanks @DyfanJones, I did my own comparison of `aws.s3::put_object` versus `s3fs::s3_file_upload` and the timings were roughly the same. Looking forward to re-running the test under the new version of `paws.common`...

FWIW, if I do it this way, it works: ```r box::use(implyr[src_impala, dbGetQuery], DBI[dbSendQuery, dbExecute]) ``` but not if I wrap that block inside a `local`; i.e., this still fails: ```r...

It looks like for folks who have `vroom` installed, this is a satisfactory workaround: ```r noctua::noctua_options(file_parser = "vroom") ```

Thanks @DyfanJones for looking into this! Note: I don't believe we are using sso for credentials, in case that is relevant.

Any expectation for when the update will make it to CRAN?