Davis Vaughan

Results 756 comments of Davis Vaughan

This seems like a good tidy dev day issue, I think you'd need to look at `new_long_indexed_frame()` in particular, and make sure tests get updated to account for the new...

It's almost certainly the Variables pane causing the extra duplication. Something must be bumping the reference count of `x` while we are inspecting it. Note that RStudio does have a...

If you try and install it with `devtools::install_github("r-lib/roxygen2")` is the output more informative?

I'm seeing this in the logs that @rmflight posted, making me think this is indeed related to #3792 ``` [R] 2024-07-10T19:29:37.116795Z ERROR Requesting line 27 but only 17 lines exist....

Thanks, looks like the backtrace itself didn't prove that useful (probably because you are on a release build with some debug symbols stripped out) but this is still useful for...

I _think_ it is a bug on our end. I think it is because ```r > vctrs:::`[.vctrs_vctr` function (x, i, ...) { vec_index(x, i, ...) } ``` doesn't have a...

Should `ts_node_has_error()` basically do `ts_node_is_error(self) || `, or is something deeper wrong? Or maybe the docs are wrong and `ts_node_has_error()` is really only supposed to return `true` if it has...

Interestingly it seems like it is working right if you call `node_has_error()` directly on a `MISSING` node (which should also return `true` IIUC) ``` r library(treesitter) text { 1 +...

I don't have `Screen & System Audio Recording` but I did have `Screen Recording` as shown above ![Image](https://github.com/user-attachments/assets/b50a99ea-8c65-4675-ac3b-d210e44d113e) I tried `tccutil reset ScreenCapture` and confirmed it did reset the `Screen...