Nick Graef

Results 32 comments of Nick Graef

It's important to note [the tight version requirements between Puppeteer and Chromium](https://github.com/puppeteer/puppeteer#q-why-doesnt-puppeteer-vxxx-work-with-chromium-vyyy) when using this approach. The version of Chromium currently available in alpine3.15 is 99.0.4844.84-r0, which mean the versions...

> How do you get the mapping from Chromium 99.0.4844.84-r0 to puppeteer versions 13.2.0-13.4.1? I check the [CHANGELOG](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md), which is also published as [GitHub release notes](https://github.com/puppeteer/puppeteer/releases). Puppeteer releases that pull...

Any thoughts? This project looks like it's no longer maintained.

/remove-lifecycle stale

Any thoughts on this, @thiagobustamante ?

Good start. I think this needs a couple things before a merge though: - _(Optional)_ Add a configuration option `tsConfigFile` to override the default location of the tsconfig.json file -...

You can use the `spec` property of `swaggerconfig.json` to define your tags, then use the `@Tags` decorator on your controllers and methods . Example `swaggerconfig.json`: ```json { "swagger": { "name":...

Reopening to remind me to add this to the docs.