Alexandre Bury

Results 285 comments of Alexandre Bury

Hi, and thanks for the report! I think the issue here is that `on_submit` is only called when actually "submitting" something (for popup `SelectView`, this is indeed when selecting an...

Thanks for the report! I don't think we use the affected functions, but it doesn't hurt to update to the latest version of fixed.

Hi, and thanks for the report! We may need a more complete example to properly reproduce the issue. Though note that the scroll strategy is constantly applied (it doesn't wait...

Hi, and thanks for the report! Indeed, right now only one printer is active at a time. One of the reason is that the backend itself is stateful. We could...

Hi, and thanks for the report! Indeed, controlling border color independently from the primary color is something we want to support. I'm still thinking about a refactor of the theme...

Hi, and thanks for the report! One way to do that is to add "padding" views. You can use [DummyView](https://docs.rs/cursive/latest/cursive/views/struct.DummyView.html) for that. You give each dummy view full width; the...

Hi, and thanks for the report! I don't have a windows computer to try easily, so I'm not totally sure what's going on. Will investigate a bit to see if...

Thanks for the PR! I'm not 100% sure yet where I want to go with the logger - it started as an experiment to have _some_ debugging, but then [cursive-flexi-logger-view](https://github.com/deinstapel/cursive-flexi-logger-view)...

Thanks! Here are a few questions: * What terminal are you using? (Very interesting if someone using linux answers that.) Do you need to do anything to enable right-to-left support?...

Hmm interesting... I am testing using gnome-terminal and konsole here. * In konsole, it looks like it prints the name properly: ![screenshot from 2017-08-04 12-21-56](https://user-images.githubusercontent.com/564903/28983643-8a6c84f4-790f-11e7-805d-ec2a06293b3f.png) However, attempting to move the...