Pablo Lecolinet

Results 15 comments of Pablo Lecolinet

Well, indeed the doc describes this behavior, but I think this should be treated separately. As on module level, black does not allow beginning blank lines and enforce a final...

Just a quick bump, I tried reaching out and offer help on main communication means a few times within the past months but no response so, yeah. I guess there...

> And while we are discussing tests files, I'm not sure about the usefulness of some tests in `test_click.py`. We do test that all regex work in `test_regex_identifier.py` and #202...

I guess testing boundaryless and every other CLI arguments could still be made in `test_click.py` of course. Probably against a permanent fixture file, meaning we would not have to add...

> Alright! I would need some help from you moving forward as I have not done this before. I can answer some questions if you want to, [email protected] :wink:

Yes, this is directly realted to issue #151 and PR #152. There is a `set_selectable()` method for widgets that should handle this case. It does work correctly with mouse but...

No particular reason, I didn't noticed the bug with horizontal selection before I fixed it for vertical. So I was just waiting for the first PR to be accepted before...

Any chance we could make it a `v0.1.5` milestone ? Basically just run `black` on this bad boy. Also, I saw unused imports, star imports that could be replaced, etc....

I just updated RecoverPy demo GIF too. Better quality + I make a better use of PyCUI. Better showcase of PyCUI overall :wink:

Hi! Sorry for the delay, the fix did work so no further testing needed but the same fix needs to be applied to horizontal selection though.