jason19970210
jason19970210
Try to compare these 2 sample below ``` if __name__ == '__main__': producer.send(topic, value=b'message') ``` ``` if __name__ == '__main__': while 1: producer.send(topic, value=b'message') time.sleep(2) ``` So once standalone the...
by refactor class SecretKey & PublicKey for reliability to match real situation between 2 individual programs and also add an example into README file.
Testing env : iOS 14.8 / Android 11 The bug only happening on Android devices. Please take a look into this !! Thanks.
As mentioned in subject. I had installed dependencies, then wired up with the documentation, starting the example program. The code runs well, but nothing displayed on the screen. The SPI...
### Is this a hackmd.io issue? - [x] Yes, the bug happens on https://hackmd.io - [ ] No. If it's a self-hosted CodiMD instance, please fire up the issue in...
I have tried to implement `generate_kyber_keys`, `encrypt`, `decrypt` from `cpake.py`, but I found that the flow will only support "list length = 32" here is my test script: ```python import...
As mentioned in the title, I am using Apple M1 Chip MacBook Pro 2021, but UTM cannot recognized the Thunderbolt hard drive which disk type has been formatted to ExFAT....
Revision of #1267. As subject mentioned, according to mistaken config yaml which modified manually, it might be showing the full path about the current profile being used with command `$...