Katie McLaughlin
Katie McLaughlin
Discovered as part of unrelated changes: the rule to ignore missing imports is `n/no-missing-imports`, not `node/no-missing-imports`. The .estlintrc.json inherits from gts, and uses module source, so the rule may never...
## In which file did you encounter the issue? * retail/interactive-tutorials/test/search-with-pagination.test.js * retail/interactive-tutorials/test/search-with-query-expansion-spec.test.js ## Did you change the file? If so, how? Comments only ## Describe the issue ``` 72...
### Problem statement Consider the following codeblock ```python name = "Katie" stmt1 = f"Hello {name}" stmt2 = "Hello {name}" ``` While the block is correct syntax-wise, the content is almost...
https://cloud.google.com/docs/buildpacks/support-policy#support_schedule We are hard coding the buildpacks version in https://github.com/GoogleCloudPlatform/cloud-run-button/blob/1e0ce964befbe327d2e7dd4652fb77427bbaaa9a/cmd/cloudshell_open/main.go#L356 We should look to updating this to a newer tag (not "latest", probably)
## Description Addresses multiple issues addressed in b/452455170 ## Checklist - [x] Please **merge** this PR for me once it is approved
## Description Fixes #1613 Changes in the first commit were mostly automatic with `rails app:update`, then re-adding the Google headers and running formatting to revert single-quote changes.
Debugging #1525, I discovered that the tests being based on the logic in [.toys/kokoro-ci.rb](https://github.com/GoogleCloudPlatform/ruby-docs-samples/blob/main/.toys/kokoro-ci.rb#L140) may only include Gemfiles one and two levels deep. This means that there are a number...
Multiple errors recurring on getting-started/bookshelf nightly tests, which reports argument and nomethod errors on dependencies ``` An error occurred while loading ./spec/features/book_management_spec.rb. Failure/Error: require File.expand_path("../../config/environment", __FILE__) ArgumentError: wrong number of...