Update install command
Fixed installation commands in README. Installation executables by `go get` - is deprecated in 1.17. https://go.dev/doc/go1.17#go-get - no longer works in 1.18 https://go.dev/doc/go1.18#go-get ...
Fixed installation commands in README. Installation executables by `go get` - is deprecated in 1.17. https://go.dev/doc/go1.17#go-get - no longer works in 1.18 https://go.dev/doc/go1.18#go-get ...
Sorry for my trivial PR again. `sa_name` in gh-oidc module doesn't expect an email address of service accounts. It passes to google_service_account_iam_member, which is a resource name like `proje...
Version 3.53 fails to set member starting with "principalSet" in `google_service_account_iam_member`. https://github.com/terraform-google-modules/terraform-google-github-actions-runners/blob/138c75...
A small fix. I noticed this when using attribute conditions. `username` is passed to `repository_owner`, not `reponame`. An example of mapping can also be found in [this GitHub Action documentation...
Thanks for releasing v2. I tried the log API on GAE 2nd gen, but it didn't associate with the request log. The request header to get a trace id and a span id is correct `X-Cloud-Trace-Context`, not ...
Resolves #514
Instead of the given _KUSTOMIZE_VERSION, the working version is from gcr.io/cloud-builders/gcloud. ## Affected builder image `gcr.io/cloud-builders-community/kustomize` ## Expected Behavior ...
- add support for global script (UMD): https://github.com/kroitor/asciichart#browsers - migrate `let` to `const` Thanks! - [x] Use a meaningful title for the pull request. Include the name of ...
<!-- We appreciate your contribution to the OpenTelemetry project! 👋🎉 Before creating a pull request, please make sure: - Your PR is solving one problem - Please provide enough information so ...
<!-- **NB:** Before opening a discussion here, please consider whether it is JS specific, or if it should be considered in the [other OpenTelemetry client libraries](https://github.com/open-telemetry...
<!-- We appreciate your contribution to the OpenTelemetry project! 👋🎉 Before creating a pull request, please make sure: - Your PR is solving one problem - Please provide enough information so ...
`asciichart.plot` accepts a two dimensional array to plot more than one chart on the same graph. This updates the types to allow for that. - [x] Use a meaningful title for the pull request. Include...
Some of the anchor links are not working. Need to use `-` instead of `_`. - current: https://github.com/GoogleCloudPlatform/fourkeys/blob/d6f11f774f18753d9daadec3200c448e8050b0c4/setup/INSTALL.md ...
Hello, I love this gts project and use this in many projects. This makes me free from chores. But the release cycles are not so fast beside other typescript ecosystems. I’m always waiting to be rel...
There is `.eslintrc.json` in `build/` directory that is generated by tsc. This file is loaded from `build/src/index.js` but not listed in the files field. This is already included in published tarb...
There is an example in the README for use with @graphql-codegen/add. https://github.com/piglovesyou/graphql-let#graphql-let-specific-options But I couldn't get the generated codes including the se...
<!-- Before submitting a Pull Request, please ensure you have signed the CLA using this GitHub App: https://cla-assistant.io/renovatebot/renovate --> <!-- When creating this PR on GitHub, please en...
Resolves #7336 Build triggered by `docker-compose run` doesn't consider `COMPOSE_DOCKER_CLI_BUILD=1`. This pull request make `docker-compose run` pass the the `cli` option to build images by docke...
Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own code. (Compile and run.) - [x] Add or ...
Add origin and nativeApplication properties seen in https://developer.chrome.com/apps/runtime#type-MessageSender - [x] Use a meaningful title for the pull request. Include the name of the package m...