Keegan Campbell

Results 16 issues of Keegan Campbell

I love this plugin. One tiny thing that bothers me is the timer on the status bar never updates the last-synced time; the current status bar always reads "Last sync...

Fixes #647. The provider currently doesn't respect any ownership configuration when running in anonymous mode. This is annoying because it blocks all kinds of uses, for example data sources retrieving...

Part of #980. TODO: - [ ] Can we do a lookup and obviate the need for `GITHUB_TEST_ORGANIZATION`? - [ ] Ensure `skipUnlessMode` does the right thing with organization, user,...

v5

# Authorization Superissue, v5.0.0 proposal Recently we've had a lot of papercuts with the provider's authentication mechanism. I've performed a bunch of testing (see results below) and I've come up...

### Describe the need #1650 has revealed that we may have a number of data sources and resources that use an incorrect owner. When schema provides an owner field, we...

Status: Up for grabs
Type: Maintenance
hacktoberfest

BREAKING CHANGE: target .NET 6.0. Builds the project on .NET 8. Also makes the following changes of @0xced's from #304: * Update test projects from .NET Core 3.1 (out of...

Type: Breaking change
Type: Maintenance

See https://github.com/octokit/source-generator/issues/28. When using [GitHub's OpenAPI spec](https://github.com/github/rest-api-description/blob/main/descriptions/api.github.com/api.github.com.2022-11-28.json), generation of Go code will succeed but compilation will frequently fail due to the following error: in the file `generated/go/users/item_starred_repository.go`, Kiota occasionally generates...

type:bug
Go
status:waiting-for-author-feedback

Work-in-progress experiments to fix the broken builds on this repo. This PR: - tests using Node 20 instead of Node 18 - Gets the latest version of vercel/ncc - Explicitly...

Provide a way to commit to other repositories, not just the one the Action is run from. Do that by allowing a Node `process.chdir` call to a given directory.