Panda

Results 10 comments of Panda

Is this feature finished? I have been learning Rust recently, maybe I can contribute.

+1, Awoo is two times faster than GoldLeaf now.

It must be the problem in Goldleaf itself, when installation files are from MicroSD card, the speed is still slow as 20 MiB/s.

Hi, there hasn't been any movement regarding this issue, so I decided to give it a go.

Any update on this issue?

Please move here https://github.com/cpp-redis/cpp_redis, this project is no longer maintained now.

I have faced the same problem, my firmware version is `1.0.1.81`, the error message: ```bash -> sudo python example.py XXXXXXXXXX init 2018-06-20 20:52:56,366 MiBand2 (INFO) > Connecting to XXXXXXXXXX Running...

This issues is very similar with my, i will try their method, https://github.com/IanHarvey/bluepy/issues/105

After switching to another laptop, the problem is gone, so it's indeed a hardware problem, I will try to find the root cause.

The code seems haven't been properly tested with Python 3, I have changed `str(node.spelling, self.encode)` into `node.spelling` and then replace the clang python binding with clang 10 python binding and...