Nikita Malyshev
Nikita Malyshev
``` chrome: image: selenium/standalone-chrome:$SELENIUM_CHROME_TAG container_name: "${PROJECT_NAME}_chrome" volumes: - /dev/shm:/dev/shm entrypoint: - chromedriver - "--no-sandbox" - "--disable-dev-shm-usage" - "--log-path=/tmp/chromedriver.log" - "--verbose" - "--whitelisted-ips=" - "--allowed-origins=*" ``` with `SELENIUM_CHROME_TAG=103.0` works for me....
> Предлагаю обсудить этот вопрос 29-31 января в рамках Global Contribution Weekend. Я могу поучаствовать если это не займёт слишком много времени. Я не знаком с тем как это мероприятие...
@joeldrapper `@bold` didn't support syntax highlighting and use word breaking to separate line. It's makes code more unreadable if you send some example to man for showing some example, it's...
Confirm issue. **OS**: CentOS 7 **Vesta CP version:** 0.9.8 (x86_64) release 19 **Installed Software:** nginx + php-fpm Also found that `v-update-web-templates` for problem domains is remove aliases as well. `v-change-web-domain-name`...
@klukiyan `$VESTA` is variable that's exists by default and directs to vesta's folder `/usr/local/vesta`. You can just simple replace it. `/usr/local/vesta/data/users/{USERNAME_FOR_DOMAIN}/web.conf` and `{USERNAME_FOR_DOMAIN}` must be replaced by username that own...
Any workaround?
I'm think I've found a solution. 🤔 Seems like this plugin not needed anymore. At least this is temporary solution, and this need more testing. But it autocomplete services, the...