StPanning
StPanning
After rereading my Report, I recognized there are additional braces in Optype1::B. So the error is in my code, but the compiler seems to eliminate the superfluous tuple, when compiling.
xml is kind-of hard to read/write. json is also more for machines, IMHO, yaml on the other hand is human readable and more line-oriented, this makes easer diffs and is...
ok. Great. I will refactor the code. When I'm done I will send a PR. Since I have a day job, this may last some days
I have sent a PR. The change looks huge, but the code changes are little. all I did is: - put sub {} around the exisiting code - put that...
I was able to resolve this. The error was in my custom built ubuntu box. I packed the box image without removing `/etc/machine-id` Because of this every box derived from...