Di Weng
Di Weng
Changing pi to X_PI did reduce the error rate (See testcases at https://gist.github.com/w1ndy/5236bca0654f472c8cffa038406441ed). I've fixed the python implementation and released a new package.
Before: ``` Encryption: Lat RMSE 0.000330, Lng RMSE 0.000091; Decryption: Lat RMSE 0.000330, Lng RMSE 0.000091 ``` After: ``` Encryption: Lat RMSE 0.000000, Lng RMSE 0.000000; Decryption: Lat RMSE 0.000001,...
How about establishing a group for these repos?
@slimfancy 你的出口IP是荷兰的digitalocean... IP都写在你截图上了
@Jupiterss 做了一个ss+kcptun+udp2raw的[插件](https://github.com/w1ndy/kcptun-plugins),你可以试一下
HTML tags are auto closed in HTML files but not in Vue files.
> I think this is behaving as intended. According to spec, RO observers svg's bounding box `getBBox()`, which does not change when you change the height attribute. Thanks for pointing...
> If you update the spec, this test will be useful. It would be useful to expand it to cover a few more cases. > > In the spec discussion,...
Perhaps this can be implemented with [QtDaemon](https://bitbucket.org/nye/qtdaemon/overview).
@ryansolid @LiQuidProQuo Thanks for the tips! I tried both examples, and they worked correctly (although I had to use stopImmediatePropagation with Ryan's example). However, I'm still struggling to understand why...