Davis Vaughan

Results 780 comments of Davis Vaughan

@kevinushey i do actually think that that `fixup*()` function does two things: - splits on newlines - handles python fixups i.e. even before we had the python specific code in...

Another bit of proof about R sending selections 1 line at a time is the difference in the console output between RStudio and Positron. - For Positron, sending a selection...

In the ark meeting we determined that the idea of "breaking up the large selection into individual statements" should be done on the frontend (middleware? #1155) side of things instead...

@lionel- and I talked about this today, we have a few notes on how this should work. This expands on @jmcphers's comment here https://github.com/posit-dev/positron/issues/4264#issuecomment-2273742770 ## Frontend We think the frontend...

> I think it would be worth adding a way for the frontend to ask the backend to break up the statement all at once. Yea @lionel- thought we might...

We are doing this now, thanks

Barista logistics > The espresso cart is delivered in one of our three specialized delivery trucks, complete with a lift-gate that can accommodate loading docks as well as street loading...

I was planning on giving the Transit GO Ticket app a try, because you can also use it for the lightrail coming from the airport to the hotel!

At the lowest level vctrs is slicing these vectors ``` r library(labelled) x set_label_attribute("a1") y set_label_attribute("b2") vctrs::vec_slice(x, 1) #> [1] 1 #> attr(,"label") #> [1] "a1" vctrs::vec_slice(y, 1) #> two...

FWIW I think if you can figure out how to make one or more tree-sitter queries that grab all the information you want, then you'd be pretty happy. It's pretty...