abdelbk
abdelbk
To whom who still struggle with this issue. I was able to fix it by changing this line : https://github.com/dimsemenov/PhotoSwipe/blob/master/dist/photoswipe.js#L3620 ``` javascript if(_urlChangedOnce) { history.back(); } ``` to : ```...
@patricklindsay A pull request is already opened to fix this issue in the photoswipe-rails gem. However, the owner of the gem believes that the fix should be made directly into...
@dimsemenov I doubt that. Turbolinks is pretty annoying. As stated in the documentation (https://github.com/rails/turbolinks/blob/master/README.md#events), The back button can't be caught to prevent page reload. I believe that the only current...
How do you format nested multiline boolean methods grouped with `||` for example ? This is what I do currently : ```ruby def my_predicate? ( my_predicate_1? && ( my_predicate_2? ||...
@Sakamitsu Thank you ! It works great. For the bottom padding, it has to be Neovim's command prompt height.
I encountered the same issue. Adding/Removing tags should update the native select tag options.
I second this. I have a folder where I put new vocabulary. So I create notes where the word is the title and the definition is the content. Turning a...