itrofimow

Results 32 comments of itrofimow

We can vendor it in third_party, and thats what most people who switched do - llhttp has c sources in releases .tar since v6 or smth, so it should be...

Addressed by https://github.com/userver-framework/userver/commit/e6b635c1a0ee2c2a70f9bd909c478f14c8df82c8

Hi @Burnett01! As long as there are some means left (there aren't many, but a few are still present) to communicate this privately with the maintainer i don't think it...

@matt-42 I've sent you the details in response to your email

@matt-42 If you don't have enough time for this, i could potentially craft a patch myself and we could discuss it in mail, like good old days

Hi! Could you @NateBrady23 please share the specs of the new servers? My framework requires some manual tuning of its configuration for the best performance, and I'd like to do...

> And that need to be an enhancement to any framework !! In general I agree, but I prefer to tune things for the extreme use-cases, and benchmarking is definitely...

`Row::operator[](const std::string&)` eventually ends up in `PQfnumber` which expects a null-terminated string, so for now there's no way to improve the interface, unfortunately. However, we are planning to vendor libpq...

Hi! This is fixed in 1.74 by https://github.com/boostorg/lockfree/commit/df78b9da42d7f5124a865345759d86e95ea79823, am i right?