Xiangkun Liu
Xiangkun Liu
It seems that shell commands with `2> /dev/null` in these levels do not run on Windows..
I believe It's generated/created with Excel and edited with it but I'm not sure how it evolves into that state. Opening the file with MS Excel will not report any...
For now, I'm using the following key binding to work around this: ``` { "key": "cmd+k cmd+e", "command": "runCommands", "args": { "commands": [ "editWithShell.runCommand", "editWithShell.runCommand" ] }, "when": "!inKeybindings" },...
This behaviour is new in 2.16. 2.15 does not support retry without `until` keyword. https://github.com/ansible/ansible/blob/v2.16.0/changelogs/changelog.yaml#L465-L466
More on current status of light/dark theming: * as long as a theme (light/dark) is never selected explicitly, the theme can be changed automatically on reload; once theme is toggled...
Some more findings on this: * `macchina < /dev/null` hangs with 100% CPU usage; * `macchina < /dev/null > file` works; * some debugging shows it hangs at `backend.get_cursor_position()`, which...
Related crossterm bug at https://github.com/crossterm-rs/crossterm/issues/828 Workaround for macchina users on macOS: ```sh macchina < /dev/null > >(cat) ```