Thomas Byr

Results 3 comments of Thomas Byr

couldn't the message be improved just by `unwrap_or_else` ? ```rs let plog_parse = plog.parse::().unwrap_or_else(|_| { panic!("Unable to parse panic log channel id: {}", plog); }); ``` I mean it is...

Hi! Sorry to write in an old topic. It seems that the colorful library does not receive updates anymore. An easy (temporary) solution could be to add a `color` argument...

wow very nice ^^ the result looks awesome ! hyped for this