feedback
feedback copied to clipboard
Provide feedback to our codelabs by filing an issue here
Hi, For Step 4 "Build the UI..." there is a breaking difference between an element in "final code for this section" and the actual step by step guide. It is...
In the [9. How I explain Precision and Recall to a 5 year old](https://codelabs.developers.google.com/mentalhealth-prediction-vertexai?hl=en#8) section, description sentences for the lines 2 and 3 exclude themselves. They both state that these...
Traceback (most recent call last): File "/home/mjurow/CodeLab/drive_list.py", line 11, in flow = client.flow_from_clientsecrets('client_id.json', SCOPES) File "/usr/local/lib/python3.9/dist-packages/oauth2client/_helpers.py", line 133, in positional_wrapper return wrapped(*args, **kwargs) File "/usr/local/lib/python3.9/dist-packages/oauth2client/client.py", line 2134, in flow_from_clientsecrets client_type,...
1. I have following entity @Entity @Data public class Book { @Id Long id; String title; @Reference Set chapters = new HashSet(); } 2. if I search books with title...
Step [3. Initialize a Spring Boot app](https://codelabs.developers.google.com/codelabs/cloud-kotlin-jib-cloud-run?continue=https%3A%2F%2Fdevelopers.google.com%2Flearn%2Fpathways%2Fjava-cloud-fundamentals%3Fhl%3Den%23codelab-https%3A%2F%2Fcodelabs.developers.google.com%2Fcodelabs%2Fcloud-kotlin-jib-cloud-run#2) has an issue when the user is asked to generate a new Spring Boot app with Spring Initializr. The command `./mvnw -DskipTests spring-boot:run`...
https://codelabs.developers.google.com/codelabs/cloud-bigquery-nodejs#3 mentions a C# library, I think you mean Node here.
Dear GoogleCodeLabs Team I am writing to request a Gradle App Engine Standard with Spring Boot tutorial that would benefit any Java developer. From my recent experience in starting a...
In step 9 'Caching and statistics', the following line seems to indicate the GitHub repo was queried, whereas it was the Shakespeare one: _You should see a list of commit...
CodeLabs: "Display the first 100 files & folders in your Google Drive" Step 7: "[*Authorize API requests (user authorization)](https://codelabs.developers.google.com/codelabs/gsuite-apis-intro?hl=en#6)" Suggests saving the OAuth client credentials file as as `client_secret.json` Step...
#### This site documents lit-html 1.0, no longer the current version. - the [site](https://lit-html.polymer-project.org/guide) you provided [here](https://developers.google.com/codelabs/webauthn-reauth?continue=https%3A%2F%2Fdevelopers.google.com%2Flearn%2Fpathways%2Fweb-identity-forms%3Fhl%3Den%23codelab-https%3A%2F%2Fdevelopers.google.com%2Fcodelabs%2Fwebauthn-reauth&hl=en#3) says that lit-html is now part of the Lit library–see the new site...