Mike Ball
Mike Ball
Thanks for your work on `gh-dash`. I really like the tool, though I may have found a bug... **Describe the bug** It appears that `gh-dash` incorrectly reports the status of...
The `README` reads: > Note on webhooks: This resource does not implement any caching, so it should work well with webhooks (should be subscribed to `push` and `pull_request` events). One...
**Motivation** At present, [go-vinyldns](https://github.com/vinyldns/go-vinyldns), [terraform-provider-vinyldns](https://github.com/vinyldns/terraform-provider-vinyldns), and [vinyldns-cli](https://github.com/vinyldns/vinyldns-cli) run acceptance/integration tests in CI against a `vinyldns/bin/docker-up-vinyldns.sh --api-only`'d instance of VinylDNS running at `localhost:9001`. Per the directive and advice of the VinylDNS...
This seeks to address issue #411 by dynamically templating the `.drone/drone.yml` file with the targeted Grafana versions, as provided by the GitHub releases API. It's currently in a draft state...
Hello! I believe `terraform-provider-github` fails to recognize the targeted organization when [authenticated with a GitHub App installation](https://registry.terraform.io/providers/integrations/github/4.30.0/docs#github-app-installation), causing: ``` Error: this resource can only be used in the context of...
Hi there, Similar to issue #719, it would be useful if a `data.pagerduty_user` surfaced additional attributes associated with the user. In [current implementation](https://registry.terraform.io/providers/PagerDuty/pagerduty/latest/docs/data-sources/users) it features only the following in association...
Hi there, It would be useful if a `data.pagerduty_users.users` featured additional attributes associated with each user. In [current implementation](https://registry.terraform.io/providers/PagerDuty/pagerduty/latest/docs/data-sources/users) it features only the following in association with each user... *...
Hello, jRuby users who attempt to `bundle install` with a `Gemfile` citing `polymer-rails` encounter installation errors because only the non-Java version of the gem is built and published to Rubygems....
Thanks for your hard work on `terraform-resource`! In current implementation, `terraform-resource` supports the use of a `private_key`as "An SSH key used to fetch modules." However, in many scenarios, [a personal...
Thanks for your work on `lifecycled`; it's a helpful tool! However, the current `README.md` usage instructions and examples are fairly Linux/systemd-centric, despite that the `lifecycled` releases include a Windows `.exe`...