platform · inferred from evidence
Node.js
A JavaScript runtime environment used for executing the code in the example.
- LinearWebhookClient Express docs example is wrong: `createHandler()` returns a Fetch-style handler
I am following Linear's official SDK webhook docs for Express. The example does `const handler = webhookClient.createHandler(); app.post("/hooks/linear", handler);`, but in practice `createHandler()` returns `(request: Request) => Promise[R
- Cannot install @thirdweb-dev/contracts on a Pipedream Node.js code step
Installing @thirdweb-dev/contracts in a Pipedream Node.js step fails, which also blocks @thirdweb-dev/sdk. The package authors put the ethers requirement in devDependencies of the SDK package.json, and Pipedream only installs production dep
- vwoSDK.getAndUpdateSettingsFile is not a function
The VWO docs say getAndUpdateSettingsFile is available in the Node.js SDK from v1.10 onward, but calling vwoSDK.getAndUpdateSettingsFile() throws not a function even on v1.10. The method lives on the client instance, not on the SDK module o