Richard Huang

Results 100 comments of Richard Huang

This is what I changed https://github.com/xinminlabs/backbone-upload-manager/commit/82a64ea1feceb64bfbafbd753730b9d6e7af9e17 when I tried in chrome console ``` > var files = new Backbone.UploadManager.FileCollection(); undefined > files child {length: 0, models: Array[0], _byId: Object, constructor:...

@sroze I think you are using the wrong scope, I reverted my changes and test in chrome console again ``` > var files = new Backbone.UploadManager.FileCollection(); undefined > files.model function...

@arthurtalkgoal I didn't use alipay sandbox before (it doesn't exist before), have no idea. Currently we don't have a alipay related project now, I'm afraid we can't help now. Sorry...

@eshaiju I'll give GraphQL a try

I didn't use `grape`, but bullet works for `rails` 204 response. maybe you can hack `lib/bullet/rack.rb` and see what's wrong.

@z4ppy please review travis build result, you need to fix test failures, they're caused by your changes.

@granowski-bamboo I don't know what patch do you expect, I just updated README to say ``` Growl support is dropped from uniform_notifier 1.16.0, if you still want it, please use...

Call stack is not supported for unused eager loading yet. For "USE eager loading detected", it's triggered when the method is called. For "AVOID eager loading detected", it's triggered after...