German Prostakov
German Prostakov
@JohnnyFun I don't see the option you mentioned in the docs... I see the mention of the `clean-webpack-plugin` only [here](https://webpack.js.org/guides/output-management/#cleaning-up-the-dist-folder)
@JohnnyFun yeah, now I see it, lol
Yes, it seems like Webpack `5.20.0` deprecates this plugin. I'm gonna add a note about it when I have time 👍 Thanks for pointing that out @JohnnyFun
Hi @forabi! OK, I'll look at it when I have time (probably within next week)
Thank you, you could create PR with this implementation if you wanted to. But it's not necessary, I'll look at it myself anyway.
When I try to grant `clipboard-write` permissions in headless mode it changes it to 'denied' instead (if I don't call it is it 'prompt'): ```js context.overridePermissions(url.origin, ['clipboard-write']) const page =...
BTW, we're having an issue because `order.certificate` uses alternative short chain that's not supported by old Android devices, calling `order.certificate(force_chain: 'DST Root CA X3')` doesn't help, it still uses the...
Ah, nevermind the second comment, our code just assumed that the chain consists of 2 certs for some reason and the third one was skipped. Didn't know it would work...
Still doesn't work