Simeon Huang
Simeon Huang
@meowlab [Dart is faster than handwritten JavaScript](http://stackoverflow.com/questions/20929783/how-is-dart2js-code-faster-than-javascript),就是这么一说,如果喵君有兴趣跳坑的话……UI部分也可以使用Dart的,Chrome App可以完全使用Dart开发的。 更短的代码,更简洁,而且不会像coffeescript那样可能还要考虑不同版本的问题。
@meowlab 我……自己的Qt版本坑还么填完。好吧,都散了吧,不要再说Dart了……哈哈
回归原题,我刚在Chromebook(Chrome OS 48)测试了一下master分支的代码,工作还算正常,不过CPU占用确实比较高(这一点要等NaCl完成,或者迁移到asmcrypto.js)。
呃,为何NaCl的CPU占用率也高? 迁移到asmcrypto.js的计划我自我否决了吧,forge 0.7会引入`ByteArray`,这样一来就解决拷贝`string`的资源浪费了。见 https://github.com/digitalbazaar/forge/issues/146 作者后面有说目前进展不错(80%~90%了),估计今年能看到新版发布吧。
I tried to use [`chacha20.js`](https://github.com/quartzjer/chacha20) but couldn't make it work. ;( You might wish to check my WIP commit: https://github.com/librehat/shadowsocks-chromeapp/commit/e53c3015edf933e574d4766cd6c8acd1cfef3924
@meowlab I don't think we need to set the counter ourselves (if I understand it correctly from [libsodium](https://download.libsodium.org/doc/advanced/chacha20.html)). As for padding, do we need to create a block? Chacha20 is...
It's not just a problem about Travis. There are many users on those old but still supported Linux distributions.
I'd prefer if we can have a radio button to choose between WOEID and location. In this way, we only need one text entry in configuration tab. If user changes...
Sorry it has been very busy for me recently, I'll try to spare some time to review your code asap
I personally feel the logic there is a bit redundant. If we just show an entry, then we don't need to process onClicked event. Instead, we just need to read...