Results 9 comments of m8mble

Thanks for your feedback. I don't think `SSL_CTX_set_default_verify_paths` by default would be a good idea: For one, it would simply be a breaking change. And for two, it's probably preferable...

I regret having mentioned platform independence ;). Unfortunately, I don't have a windows box at hand to reproduce. But I'll try my best to make things work using your CI...

Ok, at this point I could use some help. Whats so special about the VS12 pipeline, that makes it succeed while all others fail? Any ideas?

To re-state the current status on my OS X mojave 10.14.6 system: - `meld` version ` 3.19.2-r6,osx-15` has *the* "window is invisible problem" - After downgrading to `meld` version [`3.19.2-r3,osx-12`][downgrade]...

Here's the relevant part of `namespaceclean__test_1_1expression.xml`: ```xml std::invocable<> Func Func constexpr auto constexpr auto clean_test::expression::throws (Func &&func) throws clean_test::expression::throws Func && func Make lazy detection expression to identify whether invoking...

I will add that, thanks for the pointers. I have to think about the defaults since the new mode would also imply `--buffered`.

I might need some help with Doozer CI errors: > Status: Temporary failure: GIT: Unable to create GIT repo -- failed to make directory './(null)': Permission denied because Unable to...

> I just wonder if the chosen installation directory for the FindLZ4.cmake file (see https://github.com/edenhill/librdkafka/blob/master/CMakeLists.txt#L250) should be adjusted to install it to a directory that CMake searches by default? Probably...

Is there anything I can do to push this PR over the line? For my future self: the issue can be worked around by adding `-DCMAKE_MODULE_PATH=/usr/lib64/cmake/RdKafka` at CMake configure time.