Frank Xu

Results 12 comments of Frank Xu

me too.same problem, node 0.4.10, npm 1.0.1rc9

Yes, there is some compatibility issue, but I am sure that old version is still needed. If you can send a PR with compatibility in both version, I think @fbzhong...

Option 2 and 3 looks good to me. or we can just release a new version of citihash (1.x) to npm, and stop adding new feature to 0.x version (just...

should be fixed in latest version, install it from npm: `npm install cityhash`

Sorry for response this so long, I just found this error occurs in some platform, should be fixed in 0.0.4.

this should be fixed in latest version, install it from npm: `npm install cityhash`

我感觉想的有点大,不如从小做起吧,现在webot还有很多东西可以提供,迈太大很容易扯到蛋

Yes, I reviewed our code and found that we passed the okhttp's `Response` to another thread, so that will be an issue to corrupt the whole pool? I've seen some...

Hi, I found a way to reproduce this, when `buffer` is reading/writing concurrently and exception is swallowed, the follow `shareAndSplit()` test might fail. ``` Java @Test public void useBufferInMultipleThread() throws...