Ivan Baidakou
Ivan Baidakou
1. Introduce `prepared_command`, which already holds serialized form, and yous it as item in `ConstBufferSequence` in other words, the idea is to avoid output (`tx`) buffer linearization. Currently this technique...
The package should be uploaded to https://bintray.com/conan-community/conan PR: https://github.com/basiliscos/cpp-bredis/pull/13
`bredis/Command.hpp` has rather generic interace, i.e. `get` command should take only one string (key).
Hi, When I generate C++ sources via command line : ``` ragel ServerBinaryControlParser.rl -o ServerBinaryControlParser.cc ``` it segfaults. When I see the generated graph (`ragel ServerBinaryControlParser.rl -p -V > /tmp/my.gv`)...
There files (sorted) : ``` $ ls -1 core buffer.lua filteredlist.lua indicator.lua init.lua list.lua style.lua ui.lua ``` when I type `lua`, I'd like to have all that files, **keeping the...
I think I've something, which resembles bug in zlib. The full source is available at [1]. The issue description is: when it does deflate() (with Z_SYNC_FLUSH) the "Hello" world into...
Hi, I have compiled the openwrt with ``` CONFIG_PACKAGE_kmod-sdhci-mt7620=y CONFIG_PACKAGE_kmod-sound-mt7620=y ``` but there are no `/dev/mixer` etc. after reboot. What can be done?
Allow GLubyte as type for pushParam in mod_app. Otherwise it is interpreted as GLuint/GLint and leads to bugs, e.g. in glColor4ub() function (and the whole data stream could be corrupted...