Yi S.
Yi S.
Hi @gornekich I've implemented the writing support of the NTAG21x card in this [PR](https://github.com/flipperdevices/flipperzero-firmware/pull/3364), and verified on my card now. Although I know there are some special cases that my...
@gornekich Thanks for the review! I totally understand your concern. I think we can separate this PR into two parts: 1. Can we consider merging the bug fix parts first?...
I will prepare a demonstrate later. By the way, could you confirm the bug which can be only reproduced on Chrome Windows? Update: Seems Chrome 41 fixed this issue, I...
I know how flicker comes When using Chrome under 41, I found an ugly way to fix this issue. Since I suspect clearRect() isn't synchronize in Chrome on Windows, I...
Hi 你可以把脚本里的`init_result`打印出来看一下,可能返回的错误是个字典所以导致脚本运行失败
It's just the base64 form of 'aes-256-cfb:@:8388' What's the patch mean?
Thanks for your advice~ Actually it's already in my plan, but I cannot provide the exact time due to my personal reason As always, pull request is welcome PS: I...
I think that's a good idea for migrate to es6, I'm planning to do it after nacl version is stable enough (actually I want to rewrite the whole app after...
Well. I still believe introduce promise into shadowsocks is not a good idea. I think promise should be used in the place which suffered from callback hell (current we have...
PS: The NaCl module will be imported in binary form, I will not include any C++ code into this project