Emilien Fugier
Emilien Fugier
To be truly usable in a wide range of situation, it needs to be generic, show the world that it is !
### Describe the bug Line isn't executed when sending a command + the os line separtor to the shell through `pexpect`. not sure on which side the issue is so...
Following https://github.com/nushell/nushell/issues/5423 This isn't complete at all but covers all my needs atm.
### Description ``` from typing import Any d: dict[str, Any] = dict(a=1) # pyright: ignore[reportExplicitAny], dict from a lib I don't control a: int = d["a"] ``` raises `Type of...