Gleb
Gleb
This breaks scrolling on mac os for me: ``` autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif ``` (this opens nerdtree at start)
Here's how it works for me: Comment the condition if (!_body) https://github.com/joshuajansen/magnific-popup-rails/blob/master/vendor/assets/javascripts/magnific-popup/jquery.magnific-popup.js#L148-L150 here. So it always gets current document.body.
Update, currently this: ``` $(document).on('page:change', -> $.magnificPopup.close() ) ``` is also required or pop up won't open if turbolinks navigation was triggered when pop ups were open, or it stops...
This didn't solve it for me. But my backlight started working with this driver after a reboot from windows (keys were working). ASUS Zenbook 14X UX5401EA using m433ia qwerty layout,...
This in in "worker/jobs" page, arguments to a job. .parents() finds not the first but all matching parents up to ``````, see https://jsfiddle.net/8e4u1zou/
I just spent 20 minutes debugging an issue with this error message, and I found that when calling .find(nil) in moped it results in this (incorrect) error message. ``` >...
This problem is still there in moped-2.0.0.beta3 For me it occurs when user is not autorized for eval (since mongodb 2.4 it seems to require full admin access) An understandable...
Maybe it should be configurable?
No, I just pinned mongoid-slug to the old version. Recreating all indexes is not really an option for a large dataset with many collections, since in practice it should be...
But yes, I completely agree that for new projects sparse index is a good idea, that's why I think it should be configurable and default to false in current patch...