MisanthropicBit
MisanthropicBit
I get the same error. I'm not really sure if this is relevant, and I'm no bash expert, but it might provide a hint towards the source of the problem....
Thanks for the proposal. Just to be clear: Do you mean to run `bashdb` with the `--debug` option on the temporary files created by bats?
Thanks! I'll try it out and see if it will also work on Travis CI 👍
> I think test cases for d -> d and d -> D are helpful for understanding how to test them. Thanks, I based my tests on those. I can...
Not sure if this is still relevant but the `jestCommand` option can also [take a function](https://github.com/nvim-neotest/neotest-jest/blob/main/lua/neotest-jest/init.lua#L483-L489) accepting a single argument (the path of the current test). So you could do:...
I would like to volunteer working on this issue (if no one else is) since I'm involved in projects that either use mocha or jest. I'll try to summarise the...
I've had some time to look into this more and neotest-mocha [already has a PR](https://github.com/adrigzr/neotest-mocha/pull/5) open for adding this functionality while neotest-jest [implements this already](https://github.com/nvim-neotest/neotest-jest/blob/main/lua/neotest-jest/init.lua#L17-L51). In conclusion, I don't think...
I can't explain why you get treesitter errors for a `dist` directory. That looks more like the errors you would get for outdated treesitter parsers. Have you tried neotest's `filter_dir`...
Thanks for submitting an issue and using the issue template 🙂 You say the bug occurs sporadically and I found that I am using neovim's `bit` library directly for only...
> This works better in non-preview mode for sure. Great 🙂 thanks for testing it out so quickly. > I figured it out! `autoclose = false` The preview window should...