Matthew Schulkind
Matthew Schulkind
Yes, `VimResized` seems to work. So this is really 2 bugs: 1. The GUI is not running when `VimEnter` fires. I assume this will be fixed along with #50 because...
Looks like that to me too. I wouldn't consider that a bug necessarily, it just really makes the real bug more obvious of not setting the title on the GUI...
In Rails 4.1, HABTM is now implemented with `has_many :through` so this now pretty much works. The only problem is that you get a psuedo-model from both sides of the...
I had the same problem when trying to build a base curve, but was not lucky enough to find existing data for the Sony ILCE-6400. The above PR fixes the...
Did this ever get fixed in master? I'm having what appears to be the same issue and I'm not entirely sure how to apply this fix since the code looks...
I'd love a change like this. It would mean I don't need my code(nil) patch on my branch anymore. The cleanup is great as well. This would make things far...