Fabian Sauter
Fabian Sauter
No hurry I know we all got other stuff to do and we are all doing this in our free time :)
You are right @Chrys4lisfag out of the box cpr does not directly support this use case. You could try something like this: ```c++ #include #include #include template cpr::AsyncResponse fancyDownloadAsync(const cpr::WriteCallback&&...
@stephanlachnit thanks for reporting! This is wild that there is no "make it like the rest of of the world" compile flag for msvc to solve this... I would be...
@stephanlachnit thanks for reporting! I can not reproduce this in my flatpak aarch64 build here: https://github.com/COM8/aps-ui/pull/1 Not sure if you can the the CI log, but the flatpak itself builds...
@Tina-1300 thanks for submitting! I like this. Please take a look at the compilation errors. Also please use "modern" C++ features where possible like `std::array`.
> I'll take a look. I thought the errors weren't coming from me; I thought they were from the project, that some errors had slipped through the cracks. But apparently,...
> It's great to see you again. I thought the project was dead, so I'm glad @COM8 replied. How do you come up with such good library ideas? I've been...
@StormLord07 thanks for reporting. There is a CMake option to switch to the system `libpsl`: `CPR_USE_SYSTEM_LIB_PSL` More details: https://github.com/libcpr/cpr/blob/master/CMakeLists.txt#L59C12-L59C34 Inside this CMake option I documented that meson is required. What...
I'm working on this here: https://github.com/libcpr/cpr/pull/1253
@potato520hjj thanks for the suggestion. No, it's not planed but I would always welcome a PR.