Fred Sauer
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...
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...
When a build succeeds, the output is moved (`MoveFilesToBinFolderAsync`) to the `bin/` folder. When a build fails, those same output files are left in place. This is surprising behavior and...
In a recent update (thank you for the https://github.com/bwack/C64-250407-Replica-KiCad/pull/13 fixes!), the rendering of the PDF changed, making it more difficult to clearly make out the bar above inverted signals. Compare:...
I tested different formats using my Apple IIe (enhanced). Results below. Currently, `c2t` and `c2t-96h` produce very different looking files. From a quick inspection, it seems that `c2t-96h` uses square...
The older MingW project is no longer available at the former URL. Apparently mingw-w64 has now superseded it.