Dmitry Ishkov
Dmitry Ishkov
damn... Your last activity was long ago and I want to use this package with bower, but I have no idea how to point bower to a branch other than...
Hm... You are right, I haven't mentioned that it would break in React 15. Though it's probably the right move as React 16 been there for a while. Also, I...
If my vote matters I'd say use new lifecycle methods instead of hooks, React 16.8 could cut many people off... Since it's what, 1 year old?
if someone wants to actually use a file passed in variables to `attach` to ActiveStorage, I had to resolve to the following hack: ```ruby file = ::ApolloUploadServer::Wrappers::UploadedFile.new(Rack::Test::UploadedFile.new("", 'image/png')) allow(ApolloUploadServer::Upload).to receive(:coerce_input).and_return(file)...
FYI, here's a PR for this: https://github.com/final-form/final-form-focus/pull/25
Also stumbled on this bug, when a user logs in `PARTICIPANTS` increments by 1, disabling `allow_multiple_experiments` fixes it, although it's not a proper fix for multiple experiments. Briefly looking at...
@hamxabaig I don't think (correct me if I am wrong) that Pusher supports triggering events at all on client side, only on server, otherwise all your private keys would be...
@adbalits thanks again for taking your time to do the pull request. @hamxabaig once the pull request is merged you are good?
@hamxabaig Let me make sure I understand this correctly: You need to have some 2nd action, after the first has fired? May be subscribe to that event like this https://github.com/reactjs/redux/issues/580#issuecomment-133188511...
@siarheipashkevich then we would have to use a transpiler, to make this code work in older browsers. Or do you just want to write code in this lib in ES6...