Felix Maurer

Results 5 issues of 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`?

![screenshot_2014-04-17-10-50-49](https://cloud.githubusercontent.com/assets/423964/2729694/bf05caee-c60d-11e3-812e-15df330254dd.png)

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...