Ngoc Dao
Ngoc Dao
Error in a Rails 3.0.1 project: Bundler could not find compatible versions for gem "activerecord": In Gemfile: rails (= 3.0.1) depends on activerecord (= 3.0.1) acts_as_versioned depends on activerecord (3.0.0)...
Is there a reason?
It seems that Aspirin has switched to SLF4J. Please update README about that.
https://groups.google.com/forum/#!topic/netty/236KU5XqNrM Netty 4 buffers can be direct memory.
ConsistentHashCacheClient is still incomplete. Need to know node up/down event? Use Akka Cluster? Or Akka Remote is enough? --- https://groups.google.com/forum/#!topic/akka-user/Re8AH5cSqeI%5B1-25-false%5D Would it be a good idea to - Use a...
https://github.com/twitter/chill/issues/55 You might check out the cache traits we built for Storehaus. Immutable cache: https://github.com/twitter/storehaus/blob/develop/storehaus-cache/src/main/scala/com/twitter/storehaus/cache/Cache.scala Mutable cache: https://github.com/twitter/storehaus/blob/develop/storehaus-cache/src/main/scala/com/twitter/storehaus/cache/MutableCache.scala We have a bunch of combinators on top of these caches, plus...
This line uses Arrays.copyOfRange which is only available on Android 2.3+: https://github.com/codebutler/android-websockets/blob/master/src/com/codebutler/android_websockets/HybiParser.java#L337 Replacing it with this will make this library be compilable on Android under 2.3: http://stackoverflow.com/questions/7970486/porting-arrays-copyofrange-from-java-6-to-java-5
Is logic/code behind Render generic enough to be cross-platform? Is Render tightly coupled with iOS components? For example, if I want to render web components or run Render on Android,...
The README says "This project is for speed comparisons between the two languages". Would you please update the README to give some speed comparisons between Pleco and Stockfish?
When http-server is spawned as a child process, when it exits (uppon `SIGINT`/`SIGTERM`), in certain conditions (depending on platforms and the platform conditions, it's hard to reliably reproduce), the port...