Nicolas Jarnoux
Nicolas Jarnoux
#6 that fix the problem
Here is the error : zip_file.hpp:5611:30: error: invalid conversion from ‘std::size_t (*)(void*, uint64_t, const void*, std::size_t) {aka long unsigned int (*)(void*, long unsigned int, const void*, long unsigned int)}’ to...
Would be nice to have a real documentation instead of guessing what method does what. :)
## Minimal Code Example ```cpp #include #include #include int main(int argc, char* argv[]) { (void)argc; (void)argv; // Parser is not giving expected output std::string bad = "**Some Title**\n" "- List...
Hi, I have several issues with that bit of code. First, I think it is better to let people subclass and override this method if they need and not impose...
**What steps did you take and what happened:** I followed the various steps from velero and this repo documentations to create a remote snapshot location to a minio instance running...