Davis Vaughan

Results 360 issues of Davis Vaughan

### Summary Follow up to https://github.com/zed-industries/zed/issues/28774 Back again with more share screen issues 😢 , CC @notpeter Share Screen used to work great for me, but something changed ~2ish weeks...

collaboration
macOS

See https://github.com/parkerbxyz/suggest-changes/issues/50#issuecomment-2833593729 The TLDR is that it seems like parse-git-diff can handle `@@ -74,2 +74 @@`, but for 1 line changes git will omit the `,1` and just report `@@...

API commands like `vscode.executeCodeActionProvider` and `vscode.executeCompletionItemProvider` have an `itemResolveCount` argument: https://github.com/microsoft/vscode/blob/70107d1562c0c496e4bc8bbe1ba4607ee56261fe/src/vs/workbench/api/common/extHostApiCommands.ts#L271-L277 https://github.com/microsoft/vscode/blob/70107d1562c0c496e4bc8bbe1ba4607ee56261fe/src/vs/workbench/api/common/extHostApiCommands.ts#L308-L315 This is used to do the 2nd half of these LSP language features, where you sometimes need to...

feature-request
api
inlay-hints

With @melissa-barca I realize we have discussed this before, but we have once again confused ourselves about this, so it merits rediscussing before release. In VS Code there are: -...

area: project wizard

Discovered while working on https://github.com/posit-dev/positron/pull/2007 It seems like the code sent through `execute()` isn't populated immediately in the console history, but is there after a restart of positron https://github.com/posit-dev/positron/assets/19150088/aaa53e6e-3637-4ebe-8dde-fd8c1f0c73b9

area: console

``` r library(dplyr) penguins |> summarize( .by = species, across(everything(), identity), spline = data.frame(spline(bill_len, bill_dep, n=4L)) ) #> Error in names(dots)[[i]]: subscript out of bounds ``` Seems like `i` is...

bug

`use_air()` modifies a `settings.json` file using jsonlite, but https://github.com/r-lib/usethis/pull/2109#discussion_r1981470308 let us know that jsonlite will fail to parse JSONC (json with comments), and `settings.json` is a JSONC file. This is...

tooling :hammer:

Now that we have `use_air()` as well https://github.com/r-lib/usethis/pull/2109 Will probably require a little reorganizing of the file that `use_tidy_style()` lives in, and the pkgdown section it lives in

feature
tidy :sparkles:

For function signatures ```r # Flat fn