-
When enabling both use-dev-tty feature and event-stream feature, latest crossterm 28.1 fails to build. This is a complete example of how to reproduce the build error:
```
~ ❯ cargo init crosstermtes…
-
From @1138-4EB (https://github.com/wagoodman/dive/issues/233#issuecomment-555648922)
Two different variants of this error:
- open /dev/tty: no such device or address
- panic: runtime error: inval…
-
New updated of HHD with Bazzite Testing, the poweroff screen option turns of the screen with sleeping, but when waking the device the screen does not turn on again. Audio can be heard and it appears t…
-
Hello,
I'm developing JavaScript REPL with Jerryscript and libtuv on NuttX platform. However, It seems that TTY functions are not ported in libtuv.
I've tried to include the `tty.c` source file…
-
Hi, we were trying to use the elmclient inside a Docker container, but it crashed on the first use of `termios.tcgetattr`, because there was no tty attached to stdin.
The error message shown is:
>…
-
## Issue Overview
Substring matching breaks syntax highlight in ZED _(which doesn't happen with VSCode nor GitHub Markdown)_.
Bash 5.2 enables substring matching by default (see [patsub_replace…
-
## Reproduction
When `snakepipe gamestate|snakepipenode validate` exits after ctrl+C, the cursor of the terminal is not aligned.
It happens most of the times, but some times, when you just `…
-
I'm using a very simple workflow:
```yaml
name: Deploy
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
-…
-
按照作者步骤,在执行github action时报错如下:
Run docker login -u $ALIYUN_REGISTRY_USER -p $ALIYUN_REGISTRY_PASSWORD $ALIYUN_REGISTRY
docker login -u $ALIYUN_REGISTRY_USER -p $ALIYUN_REGISTRY_PASSWORD $ALIYUN_REG…
-
The shell can only work in interactive mode (from the terminal).
Add support for non-terminal input streams such as pipes.