jasdeep singh
jasdeep singh
👍 we need this in order to upgrade our app to Rails 5. For now I'm using @ingedmundo 's fork. Would appreciate if this could be merged into the official...
Had the same issue, `keyboardTopOffset={0}` worked for me.
Thanks for this request, will implement this over the weekend.
Please send a pull request with the translations and we can merge it in.
@ruskid I had the same issue, use the github master branch directly in your `package.json` that should fix this issue for you.
@zhangyahong In your package.json specify the dependency as follows: ``` "dependencies": { "public": "git://github.com/user/repo.git#ref" } ``` Obviously, change the git link and package to appropriate ones that point to this...
https://github.com/jessehorne/rock
@celsodantas we were finally able to figure out the reason for the duplicate ID's, the fix is included with this PR.
@celsodantas you do raise good points with your suggestions regarding patching the `formatter.rb` and `counter.rb` instead. However, even if servers are distributed across different timezones, in a Rails application `Time.zone`...