Alexey Stavrov

Results 12 issues of Alexey Stavrov

A number of harmless commands leads to such error: "Exposing privileged or cross-origin callable is prohibited" ``` $ nc localhost 4242 Welcome to MozRepl. - If you get stuck at...

Suppose we have such OpenAPI document which served by location http://example.com/openapi/desc ```yaml servers: - url: 'http://example.com/' components: schemas: Pet: type: object required: - petType properties: petType: type: string discriminator: propertyName:...

discriminator

**Steps to reproduce behavior** **1. create file** ``` php -r 'foreach(range(0, 1000000) as $i) { print $i . PHP_EOL; }' > static/test.txt ``` **2. create script** ```php

NullPointerException when send ExectuteRequest via protobuf with no parameters

Wrong dump python object with quotes (need double quotes) ### Actual behavior Pillar: ``` collectd: plugins: python: modules: elasticsearch: variables: AdditionalMetrics: [""] ``` Generated file: ``` AdditionalMetrics [''] ... ```...

Suppose the **QWER** key does not exist. This code fails when trying to get a value by a nonexistent key: ```

Such code works wrong: ```php

When message is big then you should collect whole message via chunk of data. In _Client.php_ you have this code: ```php protected function setConnectionHandlers(): void { $this->connection->on('data', function ($chunk) {...

Create 3 key/value pairs to test ```bash $ nc -C 127.0.0.1 9003 set QWE 0 0 3 QWE STORED set ASD 0 0 3 ASD STORED set ZXC 0 0...

It looks like the current code is not compatible with the php library memcached. In the memcached protocol in the _set_ command the _flags_ parameter is not standardized. It would...