nodejs-docs-samples
nodejs-docs-samples copied to clipboard
Node.js samples for Google Cloud Platform products.
hello! ive noticed that texttospeech/quickstart.js uses fs.writeFile synchronously, and is then promisified with 'util.promisify'. why not just use 'fs/promises' and not just 'fs'? it does the same thing, and the...
## In which file did you encounter the issue? functions/v2/firebase/firestore/helloFirestore/index.js ## Did you change the file? If so, how? No ## Describe the issue console.log(JSON.stringify(firestoreReceived.value, null, 2)); console.log(JSON.stringify(firestoreReceived.oldValue, null, 2));...
Note: #2802 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 60f1644e5cbae0b899d4687223d1a435385992b7 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/0043fbe2-5bfb-4271-8220-794f6c742849), [Sponge](http://sponge2/0043fbe2-5bfb-4271-8220-794f6c742849) status:...
## In which file did you encounter the issue? https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/HEAD/healthcare/dicom/importDicomInstance.js ## Did you change the file? If so, how? No, i havent changed the file. ## Describe the issue "I...
This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting....
This sample does not have either a Kokoro config or a GitHub Actions workflow.
Is it possible to have functions use a source map (like `index.js.map`) so that line number in stack traces make more sense when using TypeScript?
## In which file did you encounter the issue? ai-platform/snippets/predict-custom-trained-model.js ## Did you change the file? If so, how? I include my own string value: prompt, question etc const instance...
Note: #3345 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 3b096dda2245e8d190297bbd9b8d29e9c66361ec buildURL: [Build Status](https://source.cloud.google.com/results/invocations/9cd578bd-0d38-4184-ae0a-afb83588ceae), [Sponge](http://sponge2/9cd578bd-0d38-4184-ae0a-afb83588ceae) status:...
**Update request** Follow up work after https://github.com/GoogleCloudPlatform/nodejs-docs-samples/pull/3464. The following samples are using node 12 and require extra updates are necessary in order to fully support node 16. * `asset/snippets` *...