Rafal W.

Results 253 comments of Rafal W.

Ok, did more accurate test with profiling (compiled with `-pg`) which is showing the slowest parts which can be optimized. ``` $ seq 1 10000000 | ./brainflayer -b example.blf $...

Same error here after tests are run: > TypeError: Argument 1 passed to emuse\BehatHTMLFormatter\Formatter\BehatHTMLFormatter::onAfterSuiteTested() must be an instance of Behat\Testwork\EventDispatcher\Event\AfterSuiteTested, instance of Behat\Testwork\EventDispatcher\Event\AfterSuiteAborted given in emuse\BehatHTMLFormatter\Formatter\BehatHTMLFormatter->onAfterSuiteTested() (line 416 of vendor/emuse/behat-html-formatter/src/Formatter/BehatHTMLFormatter.php)....

Same issue. Refs: https://github.com/pre-commit/pre-commit/issues/1859

The download worked after running 2nd time, after setting different LANG variables: ``` export LANG=en_GB export LANG_ALL=en_GB ``` Not sure if that helped, or it's coincident.

> But I didin't find what and where that causes the issue, do you? You need to change the terminal coding as mentioned above.

Few other examples: - https://github.com/ashisherc/ethvanityaddress/blob/master/index.js - https://github.com/cornwarecjp/BIP39-vanity/blob/master/vanity.py

Same problem, action fails on the existing release, which was created by the previous commit. > Run actions/create-release@v1 > ##[error]Validation Failed: {"resource":"Release","code":"already_exists","field":"tag_name"}

Works fine with: https://github.com/softprops/action-gh-release

Why do you breakpoint on 0x0? It's not a valid memory address. ``` (gdb) b *0 Breakpoint 1 at 0x0 (gdb) r Starting program: /usr/bin/yasm Warning: Cannot insert breakpoint 1....