Niel Markwick

Results 21 issues of Niel Markwick

The syntax to import JSON modules uses [module import assertions](https://tc39.es/proposal-import-assertions/#intro), recently added to JS and HTML specs, and supported by Chrome (ref: [tc39/proposal-json-modules](https://github.com/tc39/proposal-json-modules), [crbug.com/1132413](http://crbug.com/1132413), [crbug.com/v8/10958](http://crbug.com/v8/10958)) ```javascript import json_object_name from './some_file.json'...

lint
P4
feat

This PR branches the power 'keepAwake' sample extension into a simple basic extension, and an advanced extension. The advanced extension adds a popup menu and configurable timeout. ![image](https://github.com/GoogleChrome/chrome-extensions-samples/assets/585045/2b843149-f815-486e-8025-3d0a5047b4c4) There is...

#### Environment details - OS: All - Node.js version: v20.11.1 - npm version: 10.2.4 - `@google-cloud/spanner` version: 7.5.0 #### Steps to reproduce * Start a long running Instance operation externally...

type: bug
priority: p2
api: spanner

Add support for `ALTER TABLE ADD SYNONYM`

In the [Spanner update Schema docs](https://cloud.google.com/spanner/docs/schema-updates#large-updates: > It's best practice to create the indexes immediately following the table in the list of DDL statements. The reason for this is that...

Add support for MODELs

Add support for SEQUENCES

Add support for VIEWS

Add support for ROLES and GRANTS