textual icon indicating copy to clipboard operation
textual copied to clipboard

Manage ResourceWarnings

Open willmcgugan opened this issue 1 year ago • 1 comments

We run Textual with ResourceWarnings enabled. We should disable these by default, but enable them via textual run --dev.

The shouldn't write to stdout or stderr, which may break the display. They can go to dev tools, and also stdout on exit.

willmcgugan avatar Oct 06 '22 13:10 willmcgugan

Warnings write to stderr by default, and we already capture them and send them to the devtools. If --dev isn't enabled, then we swallow them silently.

We'll park this one for now and see if it comes up in the future.

darrenburns avatar Oct 06 '22 14:10 darrenburns