Simon Hauser
Simon Hauser
You are amazing, implementing all this :heart: > [your downloader](https://github.com/nvim-telescope/telescope-fzf-native.nvim/blob/downloader/scripts/downloader.lua#L36-L45) I didnt even remember writing one. ^^ I think i have a solution for the reloading issue, let me try...
`Job:sync` already has a timeout: https://github.com/nvim-lua/plenary.nvim/blob/master/lua/plenary/job.lua#L451
this repo is currently not maintained: https://github.com/nvim-telescope/telescope-media-files.nvim/issues/28#issuecomment-1241037392 i am sorry, someone else has to provide a fix. I am here to review and merge but i dont have the time...
> 3 years gone! feel free to contribute. I agree that this is an issue and should be addressed at some point, so ill reopen, but comments like yours @tamlok...
> I couldn't find out if fzy-native supports regex matches though there is no way to do this with fzy, thats kinda the point if you need to find things...
okay i need to write this down better for documentation but this is the script: ```lua local path = require "plenary.path" local bench = require "plenary.benchmark" local fzf = require...
- [ ] `plenary.busted` / `plenary.test_harness` -> ?
I would have done it simiar to `plenary.filetype` replacement, step by step, especially because i dont have that much time. I need to evaluate every module because i'm no longer...
Sorry for the late response. Yeah i would love to have a more advanced history in builtin. The whole idea behind the history interface was that i wasn't sure if...
it looks pretty solid. I again wouldn't rewrite the whole file on every new prompt input, i think its a waste of resources and we can just have each line...