John Twigg

Results 4 issues of John Twigg

How do generate an integer when Typescript is the source, given that it only supports `number` which automatically becomes a `Double` in the target languages?

The call ``` - (BOOL)openDeeplinkURL:(NSString *)URL inApplication:(XCUIApplication *)application error:(NSError **)error; ``` doesn't work on a clean simulator, `13.4`. NOTES: * If the landing screen in safari is this screen, it...

**Is your feature request related to a problem? Please describe.** I want to use Mimic in unit tests in node.js Something like ``` describe('Unit test', () => { before(async() =>...

https://github.com/googleapis/nodejs-spanner/blob/main/src/codec.ts#L125 I can convert TO `Float` using `Spanner.float` but I cannot easily make an interface to capture ORM being returned from the DB. Example ``` // ?????? import { Float...

type: feature request
api: spanner
priority: p3