Simon P. Couch

Results 284 comments of Simon P. Couch

Thanks for the issue! The `rand_forest` docs note that h2o requires a parsnip extension package with the "2" superscript. From `?rand_forest` Clicking the h2o hyperlink from the docs will show...

Ah, heard! This is worth looking into.

The relevant change + test was [introduced in June](https://github.com/r-dbi/odbc/pull/927), preceding the most recent CRAN release in September. (Note that these tests are not ran on CRAN.)

Oliver confirms this can wait for a later release.

Looks like this will be able to happen in the grid code paths rewrite. My gut here is that—after surveying each instance of error handling with `tryCatch()`, `withCallingHandlers()`—we may be...

Pasting this in following a discussion with @EmilHvitfeldt for posterity: Current status: * When interactive and sequential: The “catalog” - “catalog” isn’t really a good name, but the whole idea...

Thank you!! Do yall want to see this change going in the odbc release to be submitted early next week? If so, on what timeline would you imagine connectcreds would...

Had a slightly different experience with this today--when connecting, I saw: ```r con Error in `dbConnect()`: #> ! ODBC failed with error 00000 from [Snowflake][DSI]. #> ✖ (20032) Required setting...

One encoding-specific set of changes that made it into 1.5.0 was #531, and they look like they're likely the culprit. @shrektan, any thoughts on which connection parameters should folks now...

Thank you for the issue! Happy to see that you're still getting value from the package. :) That seems reasonable—would you be game to give a go at a PR?...