Boris Churzin
Boris Churzin
A text box which will pass it's contents as filter to tw (including current filter), e.g. on pedning tasks page entering "+@work +next" would filter the tasks, tags should be...
I didn't want to mess with the server side so I made something simple for now (https://github.com/theunraveler/taskwarrior-web/issues/78) I have too many tasks on the screen, this helps a lot...
As for now you have to reach for the mouse to do that...
Jumping to the next placeholder in a snippet doesn't work after a completion. **My testing minimal init.vim** ``` call plug#begin('~/test') Plug 'SirVer/ultisnips' Plug 'honza/vim-snippets' Plug 'neovim/nvim-lsp' Plug 'nvim-lua/completion-nvim' Plug 'nvim-lua/completion-nvim'...
I'm pretty sure you can just pop up a prompt, feed it into an env variable, and then pop up telescope. It would be nice to be able to do...
Should write only failed_scenarios:line_numbers to a file. And support taking this file as an input too of course
src/Control/Lens/Internal/Exception.hs:165:3: ‘typeOf’ is not a (visible) method of class ‘Typeable’ src/Control/Lens/Internal/Exception.hs:168:14: ‘typeOf’ is not a (visible) method of class ‘Typeable’ Failed to install lens-3.10.3 ghc 7.8.3
Lacks dependencies on: `jsonfile`, `find`, `open` and `xmlbuilder`.
Or in any other way that doesn't require building the whole plugin :)
Alt-Tab release Alt-Tab should return to the previous window (kde/gnome/mac/windows behavior) Otherwise it's kinda useless as it keeps switching through all the windows, unless you do some crazy magic in...