platform · inferred from evidence
Node.js
A JavaScript runtime environment used for executing the code in the example.
- Google Secret Manager nodejs accessSecretVersion returns null with bluebird promise
The null result was caused by the bluebird promise library, which shims promises globally and breaks the google-cloud client internals. Removing the global bluebird shim fixed it and accessSecretVersion started returning the secret payload.
- Ably Realtime whitescreens Electron renderer ~30s after connect
The Ably team root-caused this to a Chromium `setTimeout` bug that triggers when ably-js code is evaluated from a custom vm context in an Electron renderer process. Fixes that worked: run ably-js from the main process instead of the rendere