Rui Costa
Rui Costa
Now that the `aws-sdk` has moved to the peerDependencies, is there a need to write our own implementation of `DynamoDB.Set`? The goal has always been to make this lib dependency...
ok, let me look into this. I favor option 3 on @bilalq post, what you guys think?
I just pushed v3 which no longer depends on AWS SDK. If (and only if) you need to work with Sets, you provide it as a parameter like this: ```typescript...
moving that 'require("plenary.filetype")' inside the function does solve it for me too. We're not getting much traction on this issue on neotest. Maybe commit this change?
this would be awesome, do you expect it to be possible?
@fredrikaverpil It's happening to me too. I dig into it myself and I'm erroring out on `neotest.Client:get_nearest`: no nodes are found, the `range` is always nil. Is this what you...
hey @fredrikaverpil thanks for your response. Mine doesn't crash, it just prints out "No tests found" and doesn't run any tests. But, it's also because of 'copilot-chat' plugin. If I...
hey @fredrikaverpil yes it helped, made neotest work. But, I ended up using [vim-test](https://github.com/vim-test/vim-test). I prefer to have the output panel open a full height vertical split and I couldn't...