Ovanes Markarian

Results 11 issues of Ovanes Markarian

I ran the tests below and found out that on PyPy tdigest is horribly slow. ```python # -*- coding: utf-8 -*- from __future__ import print_function import sys from tdigest import...

Just used `mkvirtualenv ntest` and issuing afterwards. This creates a new python environment and activates it (directory of this environment is somewhere in my home, but not current). I use...

Documentation states, that it's possible to use `drop_result` as part of the parsing policy: https://github.com/basiliscos/cpp-bredis#parse_result_titerator-policy However, it's pretty unclear how to use it with the `Connection` object. I read through...

Currently I see ZeroMQ/cppzmq/libzmq hanging, after I try to exit the process. I am using libzmq 4.2.2 on Mac OS X Sierra (10.12.6) and thought that this behaviour reflects bug...

Area (runtime/usage)
Need more information
Symptom: block

I think it'd be great to have instead of `operator void*()` to have `native_handle()` as in thread API: http://en.cppreference.com/w/cpp/thread/thread/native_handle I would like to go consequently about usage of `auto`, but...

Area (runtime/usage)
Symptom: missing feature

As of https://stackoverflow.com/a/44573281/98693 POSIX reserved all the names with `_t` suffixes. To be POSIX compliant this lib shouldn't be using any of `_t` suffixes :(

Area (portability)

please remove from all names '__' (double underscore) or preceding underscore followed by a capital letter, e.g. '_Z'. These names are reserved for C++ standard library and C++ compiler intrinsics....

Area (portability)

In PyYAML there is a function which allows custom tag callbacks. Is this somehow supported with yaml-cpp? What I mean is: There is a way to register custom tag like:...

If using initialization config in subroutine first request fails... Removing the initialization line solves the issue. I came across it, because we run redis on a different port. When putting...

Bug