anki-code / anki-code/xontrib-pipeliner
Add flushing
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 63
- Forks
- 4
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.