Vladimir Venediktov

Results 19 issues of Vladimir Venediktov

Can you please point to LinkedIn icon ? Thank you!

./stargazers cockroachdb/cockroach --token=f87456b1112dadb2d831a5792bf2ca9a6afca7bc Error: unknown command "cockroachdb/cockroach" for "stargazers" Run 'stargazers --help' for usage. failed running command ["cockroachdb/cockroach" "--token=f87456b1112dadb2d831a5792bf2ca9a6afca7bc"]: unknown command "cockroachdb/cockroach" for "stargazers"

- connection.hpp was by default transient therefore was renamed to transient_connection.hpp - need to add universal_connection.hpp to handle HTTP 1.1 /1.0 and close/keep-alive for ability to build web server from...

add at least of example how to start handlers in multi-threaded mode.

New Boost.Beast is out there , we should look into adding it to CRUD library ?

enhancement
help wanted

If it works add to README how to build this library on Windows - Visual Studio 2015 - Visual Studio 2017

question

- create docker-compose-vanilla.yaml this command "docker-compose -f docker-compose-vanilla.yaml" should start NGINX configured for vanilla-rtb docker image + vanilla-rtb image with 3-4 http_handler_test running on 3-4 different ports . docker compose...

enhancement
help wanted

- vanilla-rtb/rtb/supply ( all classes related to SSP go there ) - vanilla-rtb/examples/supply - ssp_test.cpp

We have an old Angular-2 CDN based campaign budget UI management piece of code with HTML We'd like to have : - Modern MVC framework UI widget in **AngularJS /...

enhancement
help wanted

Looks like last stage when we pick up campaigns from the cache the complexity is O(N LogN) , for every matched campaign id N we use LogN complexity lookup in...

enhancement
help wanted
question