Lewin Probst, M.Sc.

Results 8 comments of Lewin Probst, M.Sc.

Hi there! I have the same issue currently working with empty media queries as described above. Referencing to this already closed [Issue 92](https://github.com/matthiasmullie/minify/issues/92#issuecomment-170470489) I downgraded from 1.3.61 to 1.3.32 to...

I do have a similar problem. My configuration is to keep one daily snapshot and hourly of the current day. When the remote target is not available, the snapshots from...

This seems to be related to #2879 as well

Hi there, the [webp](https://docs.rs/webp) crate contains the possibility to encode. It already uses DynamicImage as input struct. Maybe it would be an idea to integrate this (or take this implementation...

Ah I see, thanks! I will have a look at this as soon as I have time for it :)

Hi there, I had the same problem. It turned out that I was missing `#[serde(default)]` as well as `DataType::Float(f)`. Applying it to your code makes your test pass. ```rust #[derive(Serialize,...

@SergioBenitez would the following idea meet your conception for auth support? Technical details/Modelling: * Using JWT cookie for client side storage * User provider/storage interface responsible for user validation (with...

With aa1fd55, only warnings about unused `Entireness` are shown. Still, for `lewp-css` warnings are emitted on `cargo doc`