Moosems
Moosems
https://wiki.tcl-lang.org/page/terminal+emulator What if we just make this into a wrapper around Expect?
It would really cool to eventually be able to change the directory :).
When I run a Python file that uses tkinter, re-focusing the app shows that its confused as there is the rotating wheel of death.
`Callable`'s don't seem to be type checked, unfortunately. ```python from beartype import beartype from beartype.typing import Callable @beartype def foo(bar: Callable[[str], None]) -> None: bar("Hello world") def baz() -> None:...
@rdbende should the repo be archived since it is unmaintained? I have released some new packages in my own that would simplify this a lot if we wanted to take...
If I want to use `ruff server` as a user and know the command to use and the specific initialization parameters/runtime dependencies it might require, it doesn't seem like it...