bretello
bretello
Sorry to revive this, but this would be a pretty slick feature, +1!
Sometimes the httpAudioStream gets stuck and one has to reload the page to get it working again. 3d8c218 was meant to fix this. Should be able to fix issues by...
Here's the code used to generate the above asciicast: ```python from time import sleep from rich.live import Live from rich.console import Console console = Console( height=5, force_terminal=True, legacy_windows=False, color_system=None, _environ={},...
I'm still experiencing this issue, although there's no crashes anymore when clicking the module: it works as expected but the text does not change.
Can confirm this is happening
looking into the test failures
Seems to work fine with my (limited) testing, with 3.10 and 3.11. I couldn't get the tests to pass, but I don't think that's related to this change. Thanks to...
If anybody is interested, I merged this and released with some updates in https://github.com/bretello/pdbpp/releases/tag/0.11.0 This also includes `fancycompleter` from https://github.com/bretello/fancycompleter (forked from pdbpp/fancycompleter) `pyrepl` from https://github.com/bretello/pyrepl, both with updated CI...
@petobens @clarkwang Thanks for the feedback. Could you post the outpuit of `pip list`? Do you get the same issue if you create a fresh virtualenv? ```bash cd $(mktemp -d)...