Bea David

Results 16 comments of Bea David

Can confirm, I solved it by adding a specific ladle vite config without the `remix` plugin. In `~/.vite.config.ts` we exported our plugin settings so that we could reuse it in...

I can verify the bug 😇 same on my side. As soon as I include the same image twice, remix build is failing. ```sh x Build failed in 270ms Error:...

Any news on this topic? We're still not able to update remix :/

Using the watch functionality from neotest works like a charm. ``` -- watch current file :lua require('neotest').watch.watch(vim.fn.expand '%') ``` There is also `watch.stop()` and `watch.toggle()`.

Hi there 👋 Just a friendly follow-up — this PR has been open for a while, and the `it.each` support is still WIP/buggy. It would be lovely to see this...

same here, filename with "$" inside doesn't work: ``` vitest run app/routes/blog.posts_.$id/route.test.ts No test files found, exiting with code 1 ``` The `$` needs to be escaped, then it works:...