Towry Wang

Results 59 comments of Towry Wang

@cpatrickalves It maybe because you are using the latest Chrome. see this https://github.com/towry/n/issues/148

I used this plugin yesterday, have the same issue.

Before run `vim.cmd('Telescope projects')`, run `vim.cmd('Lazy load project_nvim')` first. Or: ```lua require('lazy').load({ plugins = { 'project_nvim' } }) vim.schedule(function() vim.cmd('Telescope projects') end) ```

Can we just implement partially? Thanks.

Fixed by fixing the dep version in package.json ``` "msw-storybook-addon": "2.0.0-beta.2", "@mswjs/interceptors": ">=0.26.14", "msw": "2.3.0-ws.rc-1" ```

I think the root cause is this line: https://github.com/Akryum/floating-vue/commit/01ef6f86aadc43488ade03cffd2158f2825cb416#r131886309

2024 now, can not use @vue/language-service because it use `npm:...`.

Seems relate to the jest version or pnpm/npm how to run the commands. In my previous nvim neotest setup, I use following config for neotest-jest: ``` require('neotest-jest')({ jestCommand = 'pnpm...

。。。。。 Totally not working.