mitchmindtree

Results 408 comments of mitchmindtree

Sorry for the late reply @emdash! I just want to add that I agree and would be more than happy to accept a PR if someone was up for making...

Thanks for the issue! Yes, this is basically the same issue as #788 and similarly could be fixed with the same solution as mentioned [in this comment](https://github.com/PistonDevelopers/conrod/issues/788#issuecomment-440551019).

Ahh sorry, the way you describe scrolling stopping once the mouse leaves the scroll surface does sound like a different bug. Would you mind sharing what OS you are on...

Perhaps we could add a method to the `UiCell` that can be called like `ui.capture_next_of_kind("TextBox")` from within the `Widget::update`? This way we could just check for a tab input and...

Thanks for the issue @brackleian! Just for the record, this is only a requirement for the `conrod_vulkano` backend which requires shaderc to compile GLSL to SPIR-V at compile time.

@olsonjeffery good point! I've edited the comment above with a 5th chapter. No problem btw, any ideas / requests are welcome :+1:

@jarrett that would be great! Yeah I think a `GUIDE.md` at the top level is probably a good idea for now :+1: I'll add it to the top comment.

@Phlosioneer thanks, fixed in #731.

@bobgates great, I really appreciate your interest in helping out with this! The guide is included within the conrod repo as doc-comments within a public module in the src repo...

@Ironmaggot perhaps this could be based around the `hello_world.rs` example - I think it is probably the simplest example that doesn't use the `support` module.