Benjamin Lupton

Results 858 comments of Benjamin Lupton

> The issue I'm facing now is that `--task transcribe --model large-v3` without `--language` still sometimes translates, which causes Apple Intelligence translations to have issues. Okay, I spent the day...

I wonder if it was due to scandirectory dependency using readdir-cluster and clustering not being supported for some reason their environments. If so, an earlier watchr versions would work for...

relevant lines: https://github.com/bevry/dorothy/blame/95044080e9a67f78fa10f348eb5f22b827650b2c/config/styles.bash#L773-L776 https://github.com/bevry/dorothy/blob/95044080e9a67f78fa10f348eb5f22b827650b2c/commands/echo-style#L216-L219

Went with an alternative implementation in #281 that just crashes if there are missing styles.

You can still highlight and copy text in the torrent info panel at the bottom.

proof-of-concept solution: ``` bash echo-style --stdout='my-stdout' --stderr='my-stderr' \ /dev/stderr; touch stderr.complete) while [[ ! -f stdout.complete || ! -f stderr.complete ]]; do sleep 0.1 done cat stdout.txt cat stderr.txt 2>/dev/stderr...

Closing as fixed within #281, which is now ready for merging, and will be merged shortly. There is now semlock and semaphore helpers in `bash.bash` that get used when appropriate....

> I'm a bit confused. You're saying there's a bash option `nullglob` that, if set, breaks nvm? That when nullglob is not set, nvm breaks. nullglob and failglob are two...