anki-code / anki-code/xontrib-pipeliner
Add flushing
Aperta
- Lingua principale
- Python
- Stelle
- 63
- Fork
- 4
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
https://github.com/xonsh/xonsh/discussions/6010
```xsh
cd /tmp
echo @("""#!/usr/bin/env bash
while IFS= read line; do
echo "$line"
sleep 1
done
""") > lazycat.sh
chmod +x lazycat.sh
xontrib load pipeliner
yes | head | ./lazycat.sh | pl 'line.upper()'
yes | head | ./lazycat.sh | pl upper
# CURRENT: waiting 10 sec before output
# EXPECTED: output 1 line per second
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.