dizzib
dizzib
I found finger taps were causing dragging to start unintentionally because the dragging threshold of 5 * 5 was too small. This PR fixes this issue with the following improvements…...
I am seeing this error intermittently: ``` Error executing vim.schedule lua callback: /usr/share/nvim/runtime/lua/vim/lsp/util.lua:1600: 'height' key must be a positive Integer stack traceback: [C]: in function 'nvim_open_win' /usr/share/nvim/runtime/lua/vim/lsp/util.lua:1600: in function 'open_floating_preview'...
Quick Bible should accept a [deep link](https://developer.android.com/training/app-links/deep-linking) URI like `quickbible://BOOK/CHAPTER/VERSE` where `/VERSE` is optional. For example, `quickbible://jhn/8/12` should cause Quick Bible to open John 8:12 at verse 1. Ideally the...