Aleksey Zemlyanskiy

Results 4 issues of Aleksey Zemlyanskiy

Dissect\Parser\LALR1\Analysis\Analyzer at 391 line missed the following: `$resolvedRules = array($newRule, $originalRule);`

At my system (5.2.3-arch1-1-ARCH, libpulse 12.2.0) `~/.config/pulse/cookie` contains binary data. So [here](https://github.com/mscdex/paclient/blob/master/lib/configuration.js#L230) we can get buffer directly: ``` if (hexStr.length === 256) { return Buffer.from(hexStr) } ```

Method `\Codeception\Module\REST::_failed` should take into account `shortDebugResponse` setting before adding "body" report. Otherwise test output becomes quite unreadable (in case of long responses) even if `shortDebugResponse` was set to true....

The interface may be like rxjs's `takeWhile`: https://rxjs.dev/api/index/function/takeWhile (added second boolean parameter "inclusive")