Josiah Outram Halstead
Josiah Outram Halstead
Fair enough. I see that Spyder had the same issue I am experiencing here: https://github.com/Textualize/rich/pull/1221#issuecomment-835734314 (In the link above you suggested adding a generic environment variable for exactly this purpose)....
I've done some testing, and rendering the `text/plain` output of `JupyterRenderable._repr_mimebundle_` from rich doesn't help. Since `euporie` doesn't support jupyter-widgets, the `clear_output` call made when a "live" rich renderable refreshes...
@willmcgugan Yes, I can do a video call. My e-mail is in my profile if you'd like to set something up.
I'm proposing that the some of the default parameters values for `Console.__init__` should be configurable using environment variables
I think it makes sense to be able to override the default behaviour of `force_jupyter`, `force_terminal` & `force_interactive`. The environment variables could be called "RICH_FORCE_JUPYTER", "RICH_FORCE_TERMINAL", etc. I've made a...
Hello, I've "fixed" my original issue by implementing `ipywidgets` support, and writing a HTML/CSS renderer for [euporie](https://github.com/joouha/euporie), so `rich`'s output is now handled in the same way as it is...
I found that enabling user-linger means that the user-session gets launched automatically when WSL boots: `sudo loginctl enable-linger user_name`
I don't think it will break systemd. Enabling linger means that the systemd user instance is started right after boot, and kept running after the last session closes. This basically...
Which version of GNOME Terminal are you using? I've just tested on GNOME Terminal 3.44.1, and it works as expected. The text you're seeing before the prompt is an [escape...
Thanks @jerch - I've done some playing around, and found that sending the following sequences works quite well: - Save cursor position (`\x1b[s`) - Kitty detection APC (`\x1b_Gi=4294967295,s=1,v=1,a=q,t=d,f=24;AAAA\x1b\\`) - Restore...