Alexander Pankratov

Results 14 issues of Alexander Pankratov

Is it possible to use Yac in different processes (not pcintl forks)? For example: write values in cron job and read them in some cli/fpm process? I cant make it...

1. Fixed style of generated phpDocs to allow IDE use them. 2. Replaced callbacks with JsHandler 3. Detailed arguments in traits. Tested in PHPStorm. P.S. Docs generation from js code...

Corresponding issue: https://github.com/rialto-php/puphpeteer/issues/67 Added new option to allow override puppeteer instance. This is example usage of [puppeteer-extra-plugin-stealth](https://github.com/berstend/puppeteer-extra/tree/master/packages/puppeteer-extra-plugin-stealth): ```php

- Enable MySql data compression (2-5 times)

**Crash report** ``` Oct 21 15:39:19 z27 docker/keydb-de[22018]: 1:1:S 21 Oct 2022 12:39:19.047 # Server initialized Oct 21 15:39:19 z27 docker/keydb-de[22018]: 1:1:S 21 Oct 2022 12:39:19.047 # WARNING overcommit_memory is...

Priority 1

In docker 26 `/etc/resolv.conf` in containers with bridge network was updated. docker v25: ```text nameserver 127.0.0.11 options edns0 trust-ad ndots:0 ``` in docker 26+: ``` # Generated by Docker Engine....

To use only custom rules

Currently only systemd get SIGINT from docker during restart and shutdown of container. Need to forward signal to all processes to speedup restart and dont use SIGKILL

Add new ipsec container and forward all trafic to antizapret-vpn contaniner

enhancement

Currently its difficult to create static consumers because group.instance.id property is not supported: ```shell curl -X POST -H "Content-Type: application/vnd.kafka.v2+json" -H "Accept: application/vnd.kafka.v2+json" \ -d '{"group.instance.id": "my_consumer_instance", "format": "json", "auto.offset.reset":...