Nikita Malyshev

Results 10 comments of 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...

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...

> For Open Social and other productized codebases this kind of set-up would be really problematic because there is no 1 correct configuration of modules and services. Instead, things should...

Having the same issue in some projects, I can't replicate it with just testing: ```php

Also, I copied the source code from the specific commit where the CI failed: https://git.drupalcode.org/project/simple_sitemap/-/blob/d05f3fb285f020e341feb005a932ea297ad58a4f/src/Entity/EntityHelper.php Added assertion after 253 line: ```php $entity_query = $this->entityTypeManager ->getStorage($entity_type_id) ->getQuery() ->accessCheck(TRUE); assertType(QueryInterface::class, $entity_query); ```...