Davis Vaughan
Davis Vaughan
QA - See this note about a reliable way to reproduce the original issue https://github.com/posit-dev/ark/pull/537#issuecomment-2359247039
I happened to be in the vicinity of this today. A few things to note about what ark does: Consider `1; 2` - Regardless of where you put your cursor...
An array sounds good! This is the first time I have ever heard of this tool, but we can add it to the list of places to search as well...
Explicitly: - The Kernel Path referred to there is "Where do we find ARK?". There is only ever exactly 1 place where this should be. Most users won't have to...
@juliasilge extensions suffer hard when providing their own completions + their own document model because the completion item filtering that vs code does is internal to vs code, and is...
Possibly reach out to contacts we have from the GitHub developer conference?
20 -> 100 for tidymodels, tidyverse, and r-lib orgs
You can break it further with `list_unchop()`, since recycling of `x` isn't carried over either ``` r library(tibble) library(data.table) library(vctrs) #> #> Attaching package: 'vctrs' #> The following object is...
I am fairly certain we purposefully do not call `vec_ptype_common()` and `vec_recycle_common()` in this function, I think to avoid copying `xs` if possible, so I don't think switching to those...
We really appreciate the PR! I do not currently see any reason to switch away from mtcars to penguins in this example. The story is a little complicated since R...