Results 18 issues of Steve Bazyl

# Description Fix the paging examples to handle empty pages. The loop should only stop if nextPageToken is not provided in the response. Fixes # (issue) ## Is it been...

javascript

Thoughts on adding an option to completely disable a default value for an attribute? The particular use case is I need to distinguish between an attribute that has an explicitly...

question

# Description Adds the custom function demo from Next '24 (COL300). This version uses Vertex AI.

javascript

# Description Imports the custom function demo from COL300 @ Next '24

javascript

Enable read/writing/opening files saved in a Team Drive.

enhancement

**Describe the bug** Schemas in dotprompt managed prompts don't propagate through to typescript. Input and output types are 'unknown'. **To Reproduce** * Definte a dotprompt file with input & output...

bug
js
go

This change introduces a global `--json` flag to provide command output in a machine-readable JSON format. Key changes: - Added a global `--json` option in `src/commands/program.ts`. - Removed local `--json`...

Adds a `test:coverage` script to `package.json` to enable code coverage analysis for unit tests using `c8`. Key changes: - Added `c8` as a dev dependency. - Modified the `test:coverage` script...