Les Vogel
Les Vogel
Added to my appengine-web.xml: did a mvn gcloud:run on my Mac on my [project](https://github.com/GoogleCloudPlatform/cloud-bigtable-examples/tree/master/java/managed-vm-gae) and it generated a quickstart.xml and crashed. Looking at getFilteredQuickstartDoc in Application.java it appears that it...
@ludoch FYI https://cloud.google.com/sql/docs/sql-proxy#example_proxy_invocations_and_connection_strings You should be able to set an environment variable and have the Cloud SQL proxy initialized before java / jetty starts.
There is apparently a way to pass app-id when you start up the GAE Java runtime locally. At the very least, it would be good (helpful to Veneer) if: ~~`com.google.appengine.application.id`...
The README says: Note: The mobile client implemented in the sample uses HTTP/2 without TLS/SSL security. It should.
## Proposal Emblem's decision record for [session state](https://github.com/GoogleCloudPlatform/emblem/blob/main/docs/decisions/2021-10-session-data-storage.md) should mention the latency characteristics of the various options as well as cost. ## Problems this will solve I'm not convinced we...
My input: ``` module "gke-cluster" { source = "google-terraform-modules/kubernetes-engine/google" version = "1.19.1" general = { name = "${var.cluster_name}" env = "${var.environment}" zone = "${var.gcp_zone}" } master = { enable_kubernetes_alpha =...
**Is your feature request related to a problem? Please describe.** Yes - Running Ollama on my M2 Mac it times out. ``` time=2024-07-30T15:28:09.584-10:00 level=DEBUG msg="span start" name=ollama/llama3.1:70b time=2024-07-30T15:28:39.592-10:00 level=DEBUG msg="span...