Michele Bianchi
Michele Bianchi
Oh, I see. I didn't know that, thanks for telling me. Do you think that I should report this to them or it would be useless?
I've also encountered this issue. Is there anything I can do to help?
Roger. Just a second. I wrote a lot of stuff in iPython, so I need to move it to a file.
Here you go, thanks for waiting! (For some I had to rename it to `txt`) [rs_test.txt](https://github.com/tomerfiliba-org/reedsolomon/files/14309205/rs_test.txt)
If you are interested this is the code I wrote to generate the data using `libfec`: ```c #include "fec.h" #include #include #include #include #include #include #define MSG_SIZE 255 #define MAX_ERRORS...
I read a bit more around (especially the wiki books entry about ReedSolomon) and tested out a bit more. Turns out that even if I use [another library][galois], the result...
Ouch. Sadly even in decoding the change in definition makes it impossible to use. I needed to patch `rs_calc_syndromes` like this to make it work (i.e. add a `*11` to...
Oh, wait a second, I did it. I should have used $\alpha^11$ as generator, not `11`. This means generating the tables for the specified prime (i.e. `0x187`), then get `exp_table[11]`....
No problem, I am sorry I flooded you with messages, I was very excited to have understood what was wrong. It surely is a _very_ specific detail here (albeit for...
> [c126859](https://github.com/plexsystems/vscode-protolint/commit/c12685966c34e95bc90ba23684204f5fe215a9a1) fixes an issue where `protolint.path` was set, but was being ignored on startup. This would include not being able to register the `protolint.lint` command due to the early...