Olivier Cervello

Results 93 comments of Olivier Cervello

I can confirm this is still an issue when trying to consume the JSON lines emitted by ffuf from Python. I had to do something ugly to remove the ANSI...

For local hosts (same network as the streaming device), this is a must. Personally I want to direct play files when playing on local hosts (if the device is compatible...

Any pointers here ? My `bash` prompt always start with `bash-5.0$` and I can't change it... Tried: * setting `Set Shell "bash --norc --noprofile"` to no effect * exporting PS1...

Both sound like a good solution. Still wondering how to this day all the examples gif are starting with a blue arrow ...

Weird, for me the default shell is `bash-5.0$` ... Running latest version of VHS with Ubuntu 20.04.6 LTS running in a Vagrant VM: ``` vagrant@ubuntu2004:~/secator$ vhs -v vhs version v0.7.1...

Nope, the files don't even exist on my machine. We have this in the ~/.bashrc: ```sh if [ "$ASCIINEMA_REC" == "1" ]; then PS1='\$ ' elif [ "$color_prompt" = yes...

I saw the `bash-5.2$` prompt on https://github.com/edoardottt/images/blob/main/pphack/pphack.gif ... @maaslalani any other ideas to help working it out ?

Any update ? I've switched to `asciinema` at the moment just because of this issue but I really like `vhs` otherwise ...

@kovmir changing the shell to `fish` worked for me on my VMWare Debian VM, but not on my Vagrant Debian VM. Weird.

+1, exclude pattern would be nice. E.g I want to restart Docker container on every code changes (`.` folder) except those in the `lib/` folder where I just want to...