Guillaume Calderon

Results 2 issues of Guillaume Calderon

Panic when creating a simple fullscreen window Tested using a simple code in an empty project to isolate : ```Rust use piston_window::{PistonWindow, WindowSettings}; fn main() { let window: PistonWindow =...

Two little fixes: - avoid panic when encountering malformed URLs - limit folder names length by taking the md5 digest when the length exceeds a set threshold (again, avoiding panics)...