Daniel Joudat

Results 8 issues of Daniel Joudat

a new case, similar to #382 accrued when running the dart generate workflow https://github.com/GWT-M3O-TEST/GWT-m3o-dart/runs/5320273604?check_suite_focus=true#step:18:16 . the keyword 'New' in the protobuf file of the chat service https://github.com/micro/services/blob/a2b7981d637300ef4f74b3c98dff9d718878e2f6/chat/proto/chat.proto#L7 will be converted...

I think it is worth checking first if the app's status is Running before sending a command (Update) to the provider, not doing the check will leads to a DeploymentError.

When you rerun app.Run again after deployment had failed with the same **Name** each endpoint returns different result, Run return this `{"Id":"app.run","Code":400,"Detail":"pwm3oappszeus3 already running","Status":"Bad Request"}` and List returns this `{zeus...

It is worth adding a new endpoint to list the logs of the app. https://cloud.google.com/sdk/gcloud/reference/logging/logs/list

`l.Fatal()` is equivalent to `l.Print()` followed by `os.Exit(1)`, and with Exit, the program terminates immediately and deferred functions are not run which eventually leads to not closing resources properly like...

documentation
pkg:example
Skip Changelog

## Feature Request #### Use Case: currently, we have these attributes to play with in order to configure a bucket. ```go type KeyValueConfig struct { Bucket string Description string MaxValueSize...

feature

change generate.yml Signed-off-by: Daniel Joudat

The [A2A](https://google.github.io/A2A/#/) protocol is a strong candidate, with over 13,000 GitHub stars to date, to become a standard protocol for enabling AI agents from different frameworks to exchange tasks and...