Vincent Auger

Results 5 comments of Vincent Auger

@marcoraddatz Thank you! 🚀 I was using `array`, and it was indeed causing the problem in the `beforeAll` calls. I settled on `file` to keep it simple.

Thanks @ManUtopiK. I created a simple composable from what you had and used the built in i18n plurazitation method. ```ts import { UseTimeAgoMessages, UseTimeAgoUnitNamesDefault } from '@vueuse/core'; export function useLocaleTimeAgo(date:...

Installing `xclip` on my WSL Ubuntu 24.04 and restarted OpenCode allowed me to get this working. I didn't have issues with paste Ctrl+V but couldn't copy anything. `sudo apt install...

I can confirm that with the following configuration and using the updated neotest branch, `neotest-pest` now works for me. My current config: ```lua { "nvim-neotest/neotest", branch = "fix/subprocess/load-adapters", dependencies =...

`master` now works with neotest-pest as well. My LazyVim Info ``` url https://github.com/nvim-neotest/neotest version 5.11.1 tag v5.11.1 branch master url https://github.com/V13Axel/neotest-pest branch main commit 1429445 ```