Andrey Upadyshev

Results 20 issues of Andrey Upadyshev

Attempt to load file as simple as the following cause GCL to spit error with screens and screens of error message. The only way to stop it is abort program....

http://www.boost.org/doc/libs/1_61_0/libs/rational/rational.html

Make Ppconsul available from Conan.

help wanted

Regular expressions are used in one place: to parse HTTP header lines.

enhancement

Currently it's not possible to build Ppconsul as dynamic library on Windows because `dllexport`/`dllimport` is not specified (see https://github.com/oliora/ppconsul/issues/24). This need to be fixed.

enhancement

Scenario: 1. Create a continuous aggregate metric view `test_metric_delete_me_1m` based on Promscale metric 2. Register the view with `SELECT register_metric_view('public', 'test_metric_delete_me_1m');` Expected behavior: Metric `test_metric_delete_me_1m` is shown in the Grafana...

Improvement

Promscale provides a useful abstraction on top of TimescaleDB in area of managing labels, series and exemplars and implementing heavily optimized bulk inserts because of caching, temporary tables and other...

Feature

**Name of the lexer** cpp **Code sample** A sample of the code that produces the bug. ``` template inline __attribute__((always_inline)) const char* alignedAfter(const char* ptr) noexcept { auto offset =...

bugfix-request

Hi! Could you please make a release so it's possible to depend on a stable version? Also can you please specify which version of Boost.MultiIndex the library correspond to. Possibly,...

enhancement

It would be great to have boost.mp11 available as a single header with root namespace that can be defined from outside. This allows to distribute mp11 along with a library...