Michał Papierski
Michał Papierski
Source: http://flake8.readthedocs.org/en/latest/config.html#per-project.
After some time my HASS instance is running, AC controls doesn't update the state anymore (i.e. start AC -> controls are still gray. After restarting HASS I can see the...
I am trying to call Java method from a compiled Java class using Python code. I dont want to run "java" executable just to run my code this I find...
We're exploring the usage of halo2 in the context of ACTUS standard implementation and on-chain proof verification. Since our chain, Casper, doesn't support floats we needed these changes to do...
Now there is only one way to build this library. And its easier to integrate this project into other CMake projects. Best regards!
## Description This change implements very simple `\@` formatting code. Examples: | Input | Output | |---|---| | `y` | 2018 | | `yy` | 18 | | `yyyy` |...
Hi! I'm using lz4-rs in my `compressed_log`[1] crate to compress log on the fly to a remote server over persistent websocket connection. I noticed that on MIPS 32-bit big endian...
https://travis-ci.org/mpapierski/asio_http/builds/29204548 Turns out boost::asio::async_connect appears in boost > 1.46 versions. It is good idea to support C++03 and older Boost versions at this point. boost::asio::async_connect is used to do asynchronous...
This might be good idea to add implicit support for WebSocket. Plan: - Add "on_upgrade" callback for user that will allow or disallow further processing of possible WebSocket connection -...
Needs some docs. Possible options: - doxygen - https://github.com/libgit2/docurium - other?