GP

Results 120 comments of GP

This has been very useful to me – https://www.scalefactory.com/blog/2023/03/07/using-codedeploy-with-terraform-and-github-actions/

Same error when generating for the Turso platform API at https://raw.githubusercontent.com/tursodatabase/turso-docs/main/api-reference/openapi.json

This would be vastly helpful for testing things like browser extensions. At [OSlash](https://www.oslash.com/), we're building a Chrome/Firefox extension that can immensely benefit from testing with Playwright. The one scenario that...

I'm having the same issue (except with Alpine and not Amazon Linux), and I'd also reported this issue in the Chromium issue tracker — see https://bugs.chromium.org/p/chromium/issues/detail?id=1143503#c8 In the interest of...

> Maybe `puppeteer` tries to open an internal http port inside a container? In Lambda it is impossible. Interesting; although from the logs, what I see is that a browser...

@markb-trustifi Thanks, I’m aware (see quoted report from the Chromium issue tracker), and hence the report. The presence of that flag seems to have no effect when running puppeteer on...

@mathiasbynens Would you mind taking a look? I see you’re tagged in the related issue in the Chromium bug tracker too.

@rochdev Is there guidance on how to get these sourcemaps to Datadog? For a Node.js app built using TypeScript and compiled using esbuild, we have the `.map` files generated right...

@rochdev Thanks for the quick response. We tried the `--enable-source-maps` flag for error traces, but unfortunately due to https://github.com/nodejs/node/issues/41541, our runtime performance degraded considerably. Is there another way we can...

@ndevvy It didn't work, and we gave up on it.