Stephen Karl Larroque
Stephen Karl Larroque
Thank you for your feedback! I think your change should be fine. There is an exhaustive unit test, you can try to run it with your change, if it works...
Or you know what? If you can make a PR, then an automated CI workflow will launch a unit test online, so if you make a PR yol don't need...
Ok so I remember why it is in latin-1, because the software encodes byte by byte, and a byte is 255 characters maximum, so the idea was to use latin-1...
Ok I can reproduce the issue using the example filename you provided, thank you very much. I can't believe I never tested a non-latin-1 filename. I will work on it,...
Hello @Piskvor , thank you for the suggestion, this will be added :-) This was indeed the point, thank you for clarifying! In this set of tools, both mirroring and...
This is not normal, the encoding should be platform independent. I must have missed specifying an encoding in a few places, my bad, I am very sorry for this oversight....
> But I am wondering if header and ECC output files - computed on Windows, will work if I repair the file on Linux? > Is there an option in...
I guess this must be an issue with the terminal you use for WSL, try another one. This issue happens only when the terminal doesn't support the return character which...
You're right, the output of tqdm shouldn't be sent to ptee. I used to do that in the past to also keep a trace of the progress bar (can be...
I don't think it can continue where it left off. Some subcommands can append over a previously created database, and usually all commands can continue if you manually skip all...