Janez Urevc

Results 11 issues of Janez Urevc

It seems that `linefeed` currently only supports standard input/output. [Goose](https://github.com/tag1consulting/goose) will accept connections via telnet and expose a command line interface, which allows users to control their load tests. We...

* PHP version: 7.4.23 * librdkafka version: 1.6.0-1 * php-rdkafka version: 5.0.0 * kafka version: 2.8.0 I am running into timeouts when tying to use `php-rdkafka` on an ARM machine...

At the moment we use data structures like `HashMap`, that store per-second counters. It would be better if we would create a dedicated data type, which would also encapsulate all...

enhancement

At the moment we're using pre-defined color scheme with limited number of colors. In cases where there will be a lot of lines on the graph we'll start seeing color...

enhancement

In order to reliably test [this hunk](https://github.com/tag1consulting/goose/pull/381/files#diff-9f90e93b5696724fd8e4407c9db0bfd381d5468bcfbf2f09c17ac8510a85e104R2441) we need to control the return value of `Utc::now()`. There is a [pull request that allows that](https://github.com/chronotope/chrono/pull/580), but it is still in progress....

Followup of https://github.com/disqus/disqus-php/pull/18.

Fixes #51. I am playing with bcash and thought that this issue would be a nice intro into the codebase. Depends on the related pull bcoin-org/bclient#14 to pass the test.

It seems that `rustyline` currently only supports standard input/output. [Goose](https://github.com/tag1consulting/goose) will accept connections via telnet and expose a command line interface, which allows users to control their load tests. We...

enhancement

First things first :) I did check existing issues with the same error message and made sure I am in the `input` group: ```` ➜ ~ groups sys adm lp...