David Keller

Results 15 comments of David Keller

Hi, CI is broken on master due to SSL error, hence I can't verify that my changes aren't causing regression. See other MRs - https://github.com/ClickHouse/clickhouse-cpp/actions/runs/2039802185 - https://github.com/ClickHouse/clickhouse-cpp/actions/runs/2042141964 - https://github.com/ClickHouse/clickhouse-cpp/actions/runs/2104298917 Would...

> * Please also explain why would you need to move third-parties one level deeper? > E.g. why `contrib/absl/absl` istead of just `contrib/absl`, etc? In the previous layout, It user...

> We DEFINITELY need to add at least 1 variant to the build matrix for each platform: build with system libs I've done this for linux & osx. Regarding windows...

Gentlemen, I've fought quite a bit in order to test dependencies across all platforms. Installing each dependency using platform's package manager when available was getting more and more complex. So...

Hi, will try to split the MR and provide separate MR with conan by the end of the week.

Here is the current state: - On `OSX` & `Win`, nothing has changed, the libary is still using the **builtin** dependencies. - On `ubuntu-latest` (aka `ubuntu-20.04`), nothing has changed as...

Hello @Enmk ! Would you be kind enough to approve my MR or at least allow the CI to run in order to see if there is any issue :-)

Hello Aleksandar, 1/ From the [paper](https://github.com/DavidKeller/kademlia/blob/master/specs/infocom06-kad.pdf), > To join the network, a node _u_ must have a contact to an already participating node _w_. _u_ inserts _w_ into the appropriate...

1/ There is two kind of IDs involved: - Peer IDs. - Stored within the routing table. - Key IDs - Matched against stored Peer IDs to figure out which...