Tyler Jones

Results 4 issues of Tyler Jones

Is there a way to add debug output from the tool to know what it is doing? A verbose mode? I havnt seen it in the docs, but the tools...

My goal is to check every description attribute value, and if that value starts with "file://" attempt to load the file from the resources. I am doing this because some...

I think `actor_of` was replaced with `sys_actor_of` ? On `riker = "0.4.2"` I get an error that the example function does not exist, but checking source I see this one...

``` error[E0001]: unreachable pattern --> /Users/tyler/.cargo/registry/src/github.com-1ecc6299db9ec823/image-0.13.0/./src/dynimage.rs:632:9 | 632 | _ => Err(image::ImageError::UnsupportedError(format!("A decoder for {:?} is not available.", format))), | ^ this is an unreachable pattern error: aborting due to...