Adrien Béraud
Adrien Béraud
Following the idea discussed here: https://github.com/netdata/netdata/discussions/12216 This change introduces the new storage engine API for managing global and per-host storage engine contexts. ##### Summary These commits allows storage engines to...
Greetings, Could the C++ API only depend on standalone, header-only ASIO rather than Boost? Most features from Boost are now provided by the C++ standard library. Thanks
Following the idea discussed here: https://github.com/netdata/netdata/discussions/12216 This change introduces the new storage engine API to create, initialize and destroy rrdset and rrddim using per-engine implementations. ##### Summary These commits allow...
Our Android project uses `ormlite-android` and depends on another project that uses `ormlite-core`. The base dependency includes ormlite with: `implementation ("com.j256.ormlite:ormlite-core:6.1")` And the Android project includes ormlite with: `implementation ("com.j256.ormlite:ormlite-android:6.1")`...
Thanks for this project. dhtnode in this project still [uses a deprecated/buggy Docker image](https://github.com/EternityForest/hardlinep2p/tree/main/dht_proxy) of OpenDHT. We now publish "official", updated docker images on Github: https://github.com/savoirfairelinux/opendht/pkgs/container/opendht%2Fdhtnode
Hi and thanks for this very useful work. the link you give to the precompiled contract seems broken, as there is no ethereumjs-vm repo in github.com/axic. https://github.com/axic/ethereumjs-vm#feature/rsaverify How to access...
Espresso should allow to wait for a View or Fragment to appear (with a timeout). The "Idling system" makes a lot of assumptions about the implementation details of the app,...
64 APIS are considered deprecated and should not be used unless _LARGEFILE64_SOURCE is explicitly defined.
Some versions of yaml-cpp require to link cmake targets with `yaml-cpp`, while more recent version require to link them with `yaml-cpp::yaml-cpp`. Is there a way to handle backward compatibility in...
I've been converting UNIX code to ASIO C++, and one of the most significant friction point is that there seem to be no simple way to build `asio::ip::udp::endpoint` or `asio::ip::tcp::endpoint`...