Will McGugan

Results 137 issues of Will McGugan

We should compare tab-to-focus against browsers. There are some differences in behaviour. We may want to replicate the browser functionality.

commonmark is unmaintained and doesn't support tables, and other features. We should replace it with a new Markdown parser, for the benefit of both Rich and Textual. [markdown-it-py](https://github.com/executablebooks/markdown-it-py) was recommended....

It may be feasible to compile part of all of Rich with mypyc. We should investigate that. From what I understand, a mypyc Rich wouldn't support `"python -m rich.*"` which...

enhancement

A user want's to create a report while displaying a progress bar. But the progress bar gets written to the report, making it unreadable. https://github.com/Textualize/rich/issues/1978 We should probably exclude dynamic...

accepted

https://github.com/Textualize/rich/security/dependabot/2

The `capture` method should have an `echo` parameter. When `echo=True` (the default) text should be captured and written to the terminal. When `echo=False` the text should be captured but not...

Needs triage

So tired of issues asking about `__version__`. This plugin should solve it once and for all, while allowing us to keep the same work-flow. https://github.com/tiangolo/poetry-version-plugin

accepted

Python2.7 will be unsupported in a [few months](https://pythonclock.org/). We should drop Python2.7 before then. I'm keen to do this as Python2.7 support has long been a headache. If anyone has...

Discussion

This is intended for maintainers, but anyone can chip in if they like. You might have noticed I've not been that active on PyFilesystem for a while, issues and PRs...

Discussion

It should be possible to implement OSFS.movedir with an os.rename call, to avoid unnecessary copying.

enhancement