Sergey Rodionov
Sergey Rodionov
@arturgontijo yes... it is why PEP8 forbids alignment with white-spaces... Actually another problem is variable renaming... After thinking about it, I would suggest two alternative options. 1. allow alignment as...
Looks fine for me... But it should be ```sys.stdout.buffer.write((message + "\n").encode("utf-8"))``` or something like this (we need add ```\n```)..
was fixed by #184
yes. It seems we hurried with the decision. I would vote for the following solution: Intercept "UnicodeEncodeError" and do the following: - print a warning that terminal do not support...
What will happen if we force utf-8 characters on terminal which do not support utf-8? Maybe it was not a bad decision after all? We could force utf-8 but print...
@Dinesh2521 We already have grpc interface for such type of control in the daemon: ```control_service```. This interface already include blockchain authentication (a little bit different protocol though..)! In snet-cli we...
Just make sure that after you've initiated claim and have increased the nonce you should subtract claimed amount from the channel value.
I have the same issue.
By the way. I don’t have this problem if I ALWAYS keep the minecraft window in focus, so I do not switch to other applications. It seems it is some...