Results 102 comments of Lyz

Hi @hansbogert thanks for taking the time to open an issue. I can reproduce the issue, will you be able to make a PR to solve it? currently I'm short...

Sorry, I liked the STT, [here is their TTS](https://github.com/mozilla/TTS), they are both based on the [Common Voice](https://commonvoice.mozilla.org/en/datasets) datasets

I wasn't aware that they had their HTTP service (if I understood you well). I would personally prefer to self host it for privacy concerns, but I can see why...

I see, then the HTTP API server suits my case perfectly.

Hey @martinhoyer, thanks for taking the time to open an issue. We use `ruyaml` because it was a fork maintained by the community, if it's not maintained anymore we can...

I lived the whole migration from ruamel.yaml to ruyaml, and one of the reasons was that the first one is maintained by a benevolent dictator. I hate those kind of...

I don't know the project so I can't give a based judgment. I've skimmed through their docs and it looks ok, but until we do a deep analysis of the...

Opened the issue upstream. We can wait for them to fix it or we can patch it here in `yamlfix` until they do as we've done with other stuff. Thank...

Comments are kept when the file is not empty, for example, the next snippet is left unchanged by `yamlfix`: ```yaml --- # this is a comment a: 1 ``` I...

I'm closing this as `won't fix` as I don't feel this feature has a big impact. If someone want's to implement it I'm fine with reviewing it and reopening this...