Tommy Chheng
Tommy Chheng
I'm seeing a lot of these errors in our logs: ``` cache error: invalid byte sequence in UTF-8 /data/apps/production/web/shared/bundle/ruby/1.9.1/gems/rack-cache-1.1/lib/rack/cache/key.rb:46:in `split' /data/apps/production/web/shared/bundle/ruby/1.9.1/gems/rack-cache-1.1/lib/rack/cache/key.rb:46:in `block in query_string' /data/apps/production/web/shared/bundle/ruby/1.9.1/gems/rack-cache-1.1/lib/rack/cache/key.rb:45:in `map' /data/apps/production/web/shared/bundle/ruby/1.9.1/gems/rack-cache-1.1/lib/rack/cache/key.rb:45:in `query_string' ``` ```...
``` →$./buckw build app:bin_devDebug /Users/tommy/src/android/AndroidTDDBootStrap/base/src/main/java/com/github/piasy/bootstrap/base/model/provider/BriteDbConfig.java:12: error: package AutoValue_BriteDbConfig does not exist return new AutoValue_BriteDbConfig.Builder(); ^ /Users/tommy/src/android/AndroidTDDBootStrap/base/src/main/java/com/github/piasy/bootstrap/base/model/provider/EventBusConfig.java:11: error: package AutoValue_EventBusConfig does not exist return new AutoValue_EventBusConfig.Builder(); ^ /Users/tommy/src/android/AndroidTDDBootStrap/base/src/main/java/com/github/piasy/bootstrap/base/model/provider/GsonConfig.java:14: error: package AutoValue_GsonConfig...
I'm using hbase 0.89. The sample code on the project page doesn't work correctly: > > client = HBase::Client.new("http://localhost:60010/") > > => # > > tables = client.list_tables > >...
I'm trying to run batsd-dash inside another sinatra app with little success. When i run it locally, it "kinda" works with this: ``` app = Rack::Builder.new { map "/metrics" do...
In apollo, i can provide an attribute `pollingInterval: 500` to poll a query every 500 ms, how can I do this with ferry?
I'm trying to use querulous using the maven repo but get a scala signature conflict. Is this error due to my project using scala 2.8? If so, are there plans...
On Chrome, http://socialitejs.com/ shows the pinterest share icon misaligned with the others: 
Can you guys publish svg-android to http://search.maven.org to make it easier to bring into a project?
After submitting to CRAN, got this reply: ``` This is not the way to submit to CRAN: see the CRAN policies. You did not check as per the policies, and...