WillAbides
WillAbides
If somebody ever wants to use them.
We currently just fail without outputing a cause for errors. Let's give some useful output instead.
`protoc` errors on emptyStatement (a single ";") in an extend definition. The proto2 spec defines extend as: ``` extend = "extend" messageType "{" {field | group | emptyStatement} "}" ```...
This adds health checks to the model
**IMPORTANT** This requires that this repo's permissions allows GitHub Actions to create PRs. See [instructions](https://github.com/peter-evans/create-pull-request/blob/153407881ec5c347639a548ade7d8ad1d6740e38/README.md#workflow-permissions). This adds a GitHub Actions Workflow to create a PR when go-github's generated files are...
Contributing to and maintaining this repo could be helped by a metadata file for all of the endpoints go-github supports. It would map to [GitHub's OpenAPI descriptions](https://github.com/github/rest-api-description). In this proposal...
The documentation for required_workflows endpoints has disappeared from the docs site (formerly seen at https://docs.github.com/en/rest/actions/required-workflows). I found a note on https://docs.github.com/en/actions/using-workflows/required-workflows that says: > Note: Required workflows for GitHub Actions...
I suspect that `NewClientWithEnvProxy` is redundant with `NewClient(nil)`. The reason I think this is `NewClient(nil)` uses returns a `Client` with an empty `http.Client`. `http.Client` with no transport uses `http.DefaultTransport`, and...
I am unable to figure out how to run story files with IntelliJBehave. The plugin docs seem to say there is a way to do it but it isn't documented...
resolves #173 This adds support for column alignment in markdown tables so that the rendered markdown table will have the same column alignment as the text version. An example from...