Neo

Results 5 issues of Neo

In commit: https://github.com/facebook/folly/commit/8140959ee90ac4fd41955f10664a1c4b6ca8dc46#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20a > Permits including `folly/experimental/exception_tracer/` in the cmake build. > > Closes: #1524. > `experimental/exception_tracer` library became a part of main `CMakeList.txt` file and now a part of...

What about Stored Procedures support in library? How to call & how to pass IN/OUT/INOUT parameters?

question

Can't found any examples or docs about types system Example from docs: ```c++ struct my_row { std::int64_t id; std::optional name; }; BOOST_HANA_ADAPT_STRUCT(my_row, id, name); ``` This is enough to do...

question

The library behaves incorrectly in a Redis cluster failover scenario. Reproduce scenario: 1. Run a Redis cluster in docker with failover 2. Connect to the cluster 3. Pause master container...