Pranshu Srivastava

Results 86 issues of 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

enhancement
help wanted
feature

Fixes #368 Keymapper descriptions of button are now dynamically generated based on the toolbar icons. cc @jywarren @sashadev-sky

needs-review

Follow-up on #156. Based off #161. Refer [this](https://github.com/publiclab/Leaflet.DistortableImage/pull/156#discussion_r262558972).

enhancement
in progress

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...

enhancement

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 *** ![submenu](https://user-images.githubusercontent.com/33557095/56434259-75880680-62f1-11e9-8f49-e6d0f8a7729a.gif)

enhancement
needs-review

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...

bug
in progress

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...

discussion
gsoc

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...

enhancement
help wanted
break-me-up