Davis Vaughan

Results 755 comments of Davis Vaughan

From #1539 ``` r library(tidyr) separate_wider_delim( tibble(a="x y"), cols=a, delim=" ", names_sep="", cols_remove=FALSE ) #> # A tibble: 1 × 3 #> a1 a2 aa #> #> 1 x y...

She uses dbplyr, so she has little control over the underlying query and is eventually just calling `collect()` to bring the data frame into R. It's mostly a problem when...

Is there a reason enums don't come through as factors? That feels like a 1:1 match to me

It _seems_ like you look the labels up in an overarching `pg_enum` catalog based on the owning type's id or something like that https://www.postgresql.org/docs/current/catalog-pg-enum.html

Notes: This is an Intel mac, so `"arch": "x86_64"` applies. We should retest that ark starts up fine on an Intel mac (I have one) Possibly related to https://github.com/posit-dev/positron/issues/3732 where...

@lionel- is there a good chance that we hit other dependencies that aren't supported that far back?

Probably related to https://github.com/posit-dev/positron/issues/3732, but we will track all instances there

I'm not sure if this is a good or bad thing tbh! On one hand, being in a debugger state is inherently a little unstable regardless of what language you...

See https://github.com/microsoft/vscode/issues/77023 where `Debug: Save Before Start` is mentioned as an option to control this, I think that should help