Pranshu Srivastava
Pranshu Srivastava
Hi there! I was wondering if it would be possible to use the same mechanism (with some modifications) we use here for animating windows to replicate Neovide's GUI-only [cursor animations](https://github.com/neovide/neovide#animated-cursor)....
Something like, ```vim command! FZFShow call fzf#run(fzf#wrap({ \ 'source': 'git show --format=oneline --name-only --relative | tail --lines=+2', \ 'sink': 'e', \ 'options': '--multi --reverse --preview "git diff HEAD^ HEAD {}...
https://github.com/publiclab/matcher-core/ Discussion thread for `matcher.js`'s integration issues into `Leaflet.DistortableImage`. /cc @jywarren
Fixes #368 Keymapper descriptions of button are now dynamically generated based on the toolbar icons. cc @jywarren @sashadev-sky
Follow-up on #156. Based off #161. Refer [this](https://github.com/publiclab/Leaflet.DistortableImage/pull/156#discussion_r262558972).
Dynamic sub-menus will allow proper space expansion and allocation, and will greatly aid the toolbar UIs (especially "popup"). I'll try to keep the API as much exposed and semantic as...
Fixes #207. Static implementation. Tests and dynamic implementations will be in a followup PR, as per @jywarren's [suggestion](https://github.com/publiclab/Leaflet.DistortableImage/issues/207#issuecomment-484677133). /cc @jywarren @sashadev-sky *** 
Fixes #231 Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks! * [x] PR is descriptively titled 📑 and links...
Okay so just highlighting here that for this phase, as was mentioned in my timeline, I will be operating on the following issues. - General debugging at #87 - Setting...
Follow up on [140](https://github.com/publiclab/Leaflet.DistortableImage/issues/140#issuecomment-473101722) and [155](https://github.com/publiclab/Leaflet.DistortableImage/pull/155#discussion_r262564253). - Allow "popup" toolbar manipulations (#155) -- can be built on top of #155 - Allow `Toolbar` "to be turned off and/or replaced with...