Stephen Karl Larroque

Results 502 comments of Stephen Karl Larroque

The number of total bits should be a multiple of 2: so the input message cannot be 20 bits, it can only be 32 bits, but you can fill in...

@SupraSummus Thank you very much, I see what you mean. With the latest release, here is what we get now: ```python >>> c.decode(b'aaa') (bytearray(b''), bytearray(b'aaa'), bytearray(b'')) ``` Which means that...

Ok I think I understand what's happening here: if nsym is 0, the algo as implemented here will still try to get at least one ecc symbol, hence the input...

You are totally right, thank you very much, next time open a PR so you can be directly credited, but I mentioned you in the commit, have a great day!

Perfect, thank you very much, I'll take care of the rest in a few days-------- Message original --------De : Jeffrey Bosboom ***@***.***>Date : ven. 31 déc. 2021 à 01:14À :...

Hello, thank you for reporting the 2 bugs. It's a bit difficult for me to debug with this few information. Could you please write the corrupted message raising this error,...

About your second error (`ReedSolomonError is not defined`), you first need to import the custom exception class with: ```python from reedsolo import ReedSolomonError ``` I have now added this info...

Thank you very much for your contribution, and very sorry for the delay. I'm adding a unit test now.

This would exactly solve the use case I wanted to implement! @pluja 's mock-up is especially convincing! Until then, I guess a workaround can be done by using the (beta)...

Got the same issue. Another alternative was to grab the API key from the exported backup config.xml as suggested [here](https://forum.syncthing.net/t/android-app-web-gui-how-to-recover-api-key/21376/6).