Daniel Wulff
Daniel Wulff
Thanks for the reply. @JWO719 Is the rest of the migration going to take a significant amount of effort? Let me know if I can help in any way (although...
Related to #4572
An issue exists within chromium here: https://bugs.chromium.org/p/chromedriver/issues/detail?id=2311 It got changed from "unconfirmed" to "started" on May 1st. More traffic on that ^ issue would be helpful.
It might be worth noting for people. Removing the `no-sandbox` option does not work for dockerized chrome instances since running as root is not supported. e.g. you'll get the error...
It looks like the related Chromedriver issue has been closed: https://bugs.chromium.org/p/chromedriver/issues/detail?id=2311 Supposedly Chrome version 71 or above resolves the issue. Has anyone tried Chrome 71+?
There's a bit more context in this comment, and in this thread: https://github.com/npm/cli/issues/1479#issuecomment-929703190 But in general it's important to know that npm inclusively strips out anything beyond a `+` symbol.
@JamesHenry do you know if this topic has been discussed among the Lerna maintainers? Is there a consensus as to what would be the correct resolution to this problem? I'd...
> Request above could be part if a larger update on ARIA-attributes, like removing the invalid ones? (as mentioned in https://github.com/airbnb/lottie-web/issues/2944#issuecomment-1465728022) It looks like there was a Pull Request opened...
@martinjagodic I'm seeing new errors with an unresolved dependency on decap-cms-app 3.7.0. ``` node_modules/decap-cms-core/dist/esm/constants/configSchema.js:22:16: ERROR: Could not resolve "ajv" node_modules/decap-cms-core/dist/esm/constants/configSchema.js:23:83: ERROR: Could not resolve "ajv-keywords/dist/keywords" node_modules/decap-cms-core/dist/esm/constants/configSchema.js:24:22: ERROR: Could not resolve...
@martinjagodic yeah, I was able to reproduce by following the [Installing with npm](https://decapcms.org/docs/install-decap-cms/#installing-with-npm) section of the docs on a vanilla ts project created via [vite](https://vite.dev/guide/#scaffolding-your-first-vite-project).