Felix Maurer
Felix Maurer
According to https://github.com/conan-io/cmake-conan/blob/develop/conan.cmake#L479 in cmake multi mode, conan is always run for "Release" and "Debug". Would it not make more sense to read the available build types from `CMAKE_CONFIGURATION_TYPES`?

I tried to figure out how to use this crate to convert a Array2 to and grayscale image, and I found the `ToImageLuma` trait. It seems like this trait is...
I have a model A that has a hasOne relation to another model B. When I fetch the model A and B is contained in the 'linked' element of the...
Hi, i tried to use this library with Webpack, however I'm unable to import the compress method. The reason is that, in Webpack the `window` object is defined, therefore the...
# Bug Report For some reason the `page.summary` is always `null` when the `` is not on it's own line. This was working before. I build Zola 0.18 and tested...
## Motivations I would like to sent BLE advertisements (on ESP32-C6) and save as much power as possible. I tried with the ESP IDF in C++ and get much better...