Max Melentiev
Max Melentiev
Hi! I had rails 5.1.2 with bullet 5.5.1. I've tried to update rails to 5.1.6 and found that it's incompatible with old bullet version. I've updated bullet to the latest...
Hi! I'm facing warnings when using `.includes` with 2 relations pointing to same table and `.order` by field from one of them at the same time. Here is sample app:...
This will allow to set state parametr http://api.yandex.ru/oauth/doc/dg/reference/obtain-access-token.xml
### Version 2.5.8 ### Reproduction link [https://jsfiddle.net/50wL7mdz/79189/](https://jsfiddle.net/50wL7mdz/79189/) ### Steps to reproduce Included in fiddle ### What is expected? Input type='number' should not clear values, accept stings formatted in different locales....
Using `iter` is dangerous on sparse arrays: it produces completely different generators based on `#obj > 0` condition, while the result of this condition is unpredictable for sparse arrays in...
Hi! I've made caching for ssl_context, to not read pem file on every push notification. Also removed some repetitions. All methods (including protected) are fully compatible with old api.
Sometimes this code fails (on different iteration) with `Errno::EINVAL: Invalid argument` when redis server is down. ``` ruby redis = Redis.new(driver: :hiredis) 10000.times do |i| puts(i.to_s) begin redis.get(1) rescue Redis::CannotConnectError...
Hi! Thanks for maintaining this bundle! If text block starts on the tag definition line, all 1st words on next lines are highlighted as tags:  Can this be fixed?