Fred Sauer

Results 5 issues of Fred Sauer

`functions/cp-angular.js` is missing from the repo, likely due to `functions/.gitignore` containing: ``` **/*.js ``` Should probably fix `functions/.gitignore` to something like: ``` ## Don't ignore all compiled JavaScript files, need...

https://fireship.io/lessons/angular-universal-firebase/ refers to "AppEngine", but this should be "App Engine" (with a space).

Thanks for the great [tutorial](https://fireship.io/lessons/angular-universal-firebase/) Quick suggestion is to split this step: > Make sure to export the express app, then remove the call to listen. into two separate steps,...

Using github.com/google/generative-ai-go `v0.11.0`, this code does not complain about the `"this_param_does_not_exist"` entry in the `Required` field. ``` currencyExchange := &genai.Tool{ FunctionDeclarations: []*genai.FunctionDeclaration{{ Name: "get_exchange_rate", Description: "Lookup currency exchange rates by...

type:feature request
status:triaged

Human authored Google AI and Vertex AI packages should use identical APIs for the same functionality. Where the two APIs currently different, we should: 1. Agree on the preferred API...

type:feature request
status:triaged