Antony Polukhin

Results 275 comments of Antony Polukhin

That's quite an outdated Python :) However, you have an interest in this feature, so we'll add support for it. Note that the feature has low priority, so PR are...

The issue should have been fixed in af14c58122e2de0cbfb28b6100e566936cdd5fad Please check that the fix works for you

Many thanks for the report! Create new reports if something breaks

Looks like it is not fixed yet, the fix is still not merged https://github.com/boostorg/lockfree/commit/8c760949d7edc21490f97f581dc821d0e9711308

Merged in https://github.com/userver-framework/userver/commit/d916f94839a52388ee76cfa4531bc54f1ad061d1

Unfortunately, the problem is deeper than it looks like. Queries from this map are used to do PQ requests and the driver requires zero terminated strings at the moment. In...

Checking for deadline is not very cheap. Checking it before each socket operation could degrade performance quite a lot. Are you describing a theoretical problem or the current behavior does...

Please show the output of `VERBOSE=1 make -j$(nproc)`

The initial problem is the missing `ares_freeaddrinfo` function. It should be available from c-ares library, looks like your version of the library is outdated https://github.com/c-ares/c-ares/blame/810c2322f9eedf4a83c20859d17d5773fdc57943/include/ares.h#L400 Try updating the library and...

Closing the ticket. Please reopen if the issue appears again