Simon Hauser
Simon Hauser
I wanted to set it up some time ago: https://github.com/nvim-lua/plenary.nvim/pull/71#issuecomment-824269980 We could add actual support for `plenary.busted`. To make the setup for other plugin devs easier. Thinking about it
Also i dont think we need to mention every module in the README. We should setup tree-sitter-lua docgen for plenary as well and just generate vimdoc. Btw `bit` just exists...
The problem with doing this is that we use `path.sep` in so many places (in plenary and telescope and probably more projects i am not aware of) to distinguished between...
yeah we can do a `plenary.system` (or so) module for system checking. And then we can use that module everywhere here, and in telescope, etc ... Actually after reading your...
why not. PR welcome :)
Windows is currently not supported. I tried to make it work, also with moving to scandir, but everytime i fixed an issue 10 more poped up. Maybe you wanna do...
PR welcome. should be easy to add options for http versions
You can do this to only set it up once per file. Files are executed sequentially ```lua local driver = Driver:setup() local root = driver:new_dir_fixture({items = { 'dir1/', 'dir1/dir1-file1', 'dir1/dir1-file2',...
maybe related @teto https://github.com/nvim-lua/plenary.nvim/issues/353 (not related for the original issue)
I just triggered this action and it runs perfectly fine with 0.6.0 https://github.com/nvim-telescope/telescope.nvim/actions/runs/2182569458 If this is only a problem with 0.5.1 is wouldn't consider this an issue because i rather...