StephenWithPH
StephenWithPH
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
### Terraform Version ``` Terraform v0.15.4 on linux_amd64 + provider registry.terraform.io/integrations/github v4.9.4 ``` ### Affected Resource(s) - `github_repository` ### Expected Behavior After a successful `terraform apply`, subsequent `terraform plan` or...
I added on to an existing issue regarding pub.dev's removal of non-current docs (https://github.com/dart-lang/pub-dev/issues/6245#issuecomment-1773576972). Right now, that behavior causes a bad experience due to broken links in `dart doc`-generated docs....
**Describe the bug** Having created a project via `gradle init` (Gradle 8.7) and chosen the Kotlin DSL, the following error ultimately surfaces: ``` [builder] Done "./gradlew clean assemble -x test...
### Describe the bug Using this action per https://jfrog.com/blog/secure-access-development-jfrog-github-oidc/ results in a _refreshable_ token being generated. ### Current behavior See above. ### Reproduction steps Use this action: ```yml name: 'sample'...
### Describe the bug Having authenticated the cli using `jf login`, then invoked `jf atc`, future invocations of `jf atc` or `jf rt ping` fail with: ``` 09:42:30 [🚨Error] Refresh...
### Describe the bug I am using JFrog CLI version 2.52.9 installed as part of the GitHub Action jfrog/setup-jfrog-cli@v4. Authentication of JFrog CLI with GitHub is handled via OIDC per...
It would be convenient for users of your GitHub Actions to have a "moving" `vMajor` tag. That allows them--for example--to always use the latest v5.x.x by specifying `uses: buildpacks/github-actions/setup-pack@v5`. Note...
It would be useful to have a `FileExporter` in addition to the current `CollectorExporter` and `ConsoleExporter`. This would allow users of the library to sink the telemetry locally in cases...
It would be nice if this interface: https://github.com/dart-lang/test/blob/32bf9b732d01c09813e116e7f1a03aad655b57df/pkgs/matcher/lib/src/expect/async_matcher.dart#L16-L22 ... was either directly exposed in the package's public API or exposed via a new `AsyncCustomMatcher` whose use would closely follow https://pub.dev/documentation/matcher/latest/matcher/CustomMatcher-class.html....