Janne Kinnunen

Results 2 issues of Janne Kinnunen

Currently (Rocket version 0.4.0-dev) if you use a wildcard in content-type you will get a warning like this: ```rust warning: 'image/*' is not a known media type --> src/handlers/image.rs:5:33 |...

enhancement
good first issue

Change from forM_ to numLoop causes some problems since "forM_ [1..0] ..." executes zero times but "numLoop 1 0 ..." will cause an infinite loop. For example "joinBlocks (identity 1,...