Eli Bendersky

Results 26 issues of Eli Bendersky

### Go version any ### Output of `go env` in your module/workspace: ```shell n/a ``` ### What did you do? The documentation at https://go.dev/ref/mod#go-work-use currently says: > The -r flag...

Documentation

### Description of the bug: This is because the caching client is created with gRPC now (the REST one isn't working in the API) ### Actual vs expected behavior: _No...

type:api-issue

**Is your report related to a problem? Please describe.** Following the tutorial at https://firebase.google.com/docs/genkit-go/get-started-go, the generated code has: ``` // Initialize the Google AI plugin. When you pass an empty...

docs

**Is your report related to a problem? Please describe.** https://pkg.go.dev/github.com/firebase/genkit/go/genkit says: > If opts.FlowAddr is a value other than "-", a flow server is started (see [StartFlowServer]) and the call...

docs

According to the WASM spec, `externref` is an alias for `(ref null extern)`. While `externref` works well in .wat files (for `wat2wasm`), `(ref null extern)` doesn't seem to be supported,...

``i32.extend8_s`` shows up with red rectangles indicated syntax error: (this is taken from the pygments demo page) Even though this is a perfectly valid instruction.