Results 58 comments of RumovZ

In the song selection menu, there is no loop option because looping over the currently selected song is the only reasonable thing to do, I guess. The background player is...

Given that this is not an intended use case of Vocaluxe and the current stagnancy in the project, I wouldn't be too optimistic about the implementation... However, why don't you...

Sounds good, but it's been a while, and I'll have to reimmerse myself in the matter. Nevertheless, I'll definitely try to implement this.

I had a look and the fixtures aren't suitable for parse-serialise roundtrip testing (i.e. comparing plaintext), as they are not normalised. In fact, only the two empty files pass the...

Certainly, but `serialize(parse(ftl)) == ftl` implies `parse(serialize(parse(ftl))) == parse(ftl)`, whereas the reversal is not true, so I'm asking whether testing the latter is sufficient from the maintainers' point of view....

As is stated above, it is not possible to address @zbraniecki's feedback or it needs to be clarified. There is no point in splitting this PR if maintainers are not...

Thanks for getting back to me on this. After two hiatuses of half a year, it would be cathartic to see it merged. No problem regarding the doc issues, I...

Is the documentation sufficient? The roundtrip tests revealed a few minor errors with the serializer and parser. I fixed one parse error, but one remains and prevents the last fixture...

Amazing! Thank you for your feedback and support. In the end, I didn't submit an issue for c009674. It's not a bug if you consider two TextElements equivalent to a...

When this is fixed, `crlf.ftl` may be removed from the `IGNORE_LIST` in `fluent-syntax/tests/serializer_fixtures.rs`.