Alex Pavlov

Results 32 issues of Alex Pavlov

Add support connect to unix socket

If we use middleware many times (reactPHP/other) for handle some request we have bad result. It is problem.

Added the ability to replace server request via inheritance. This will make it possible to use a different psr7 implementation for `ServerRequestInterface`

new feature
question

MacOS siera not used /etc/syslog.conf. For masOS Siera need configure file /etc/asl.conf Need update docs or add new paragraph for macOS

help wanted
triaged

This PR * [ ] * [ ] has tests * [ ] updates changelog if appropriate Follows #. Related to #. Fixes #.

Input JSON: ```json[ { "name": "elasticsearch2", "disk.total": "95gb", "disk.used": "12.5gb", "disk.avail": "82.5gb", "ram.max": "2gb", "uptime": "5.7h", "ip": "172.18.0.2", "heap.current": "473.2mb", "heap.percent": "46", "heap.max": "1gb", "ram.percent": "81", "node.role": "cdfhilmrstw", "master": "*",...

Docs: https://core.telegram.org/bots/api#banchatmember > Returns True on success. ``` func (bot *BotAPI) Send(c Chattable) (Message, error) { resp, err := bot.Request(c) if err != nil { return Message{}, err } var...

Docker context may use remote engine via SSH protocol: `DOCKER_HOST=ssh://ysername@hostname` ENV config supports by many software and it is comfortable.

My CI config: ``` strategy: matrix: php-verwsions: [ 8.1, 8.2 ] steps: - uses: actions/checkout@v3 - uses: php-actions/composer@v6 - name: phpunit tests ${{ matrix.php-versions }} uses: php-actions/phpunit@v3 with: bootstrap: vendor/autoload.php...