Gordon McNaughton
Gordon McNaughton
It looks like plugin is dual-licensed MIT and GPL2. See the manifest file, or this comment at the top of the source: ``` /* * Agile Carousel v alpha 1.1...
~FWIW, on apollo-client 2.6.3, we're able to access the variables for the current request via `this`.~ (see edit at bottom) Within `dataIdFromObject`, `this` appears to refer to the `InMemoryCache` that...
I think this is the same issue as https://github.com/activerecord-hackery/squeel/issues/355 FWIW, we're seeing this same bug in Rails 4.2.7 and squeel 1.2.3
+1 for the patch and +1 for the Mel Gibson avatar! For flexibility it might be nice to have `:only` / `:except` / `:if` / `:unless` (a whitelisted prefix could...
It looks like this may have been fixed when Zencoder merged https://github.com/zencoder/rvideo/commit/bd279f7ad78e294fa9928712b8102d06afb8ce2b ?
Worked around this by changing lib/mass.rb ln 58 to: `stats.keys.sort{|a, b| [stats[b].to_i, a.to_s] [stats[a].to_i, b.to_s]}.each do |key|` (note addition of `.to_i` and `.to_s` to compared values). I wasn't able to...
Thanks @esfourteen! @nov, any chance of getting this merged? :heart_eyes:
Hi @nov! Any chance of getting this merged and a new version cut? Let me know if there's any way I can help!
Can you link to a sample image that repros the panic? The docs for `Rat` say "It panics for zero deminators or if i is out of range.", so it...
Totally agree! FWIW, looking at the open pull requests, it looks like active development on this library has moved to https://github.com/xor-gate/goexif2. It might be worth checking to see whether that...