Michael Anhari
Michael Anhari
Hi all! For some reason when I was using clearance my Active Record validations were not showing error messages when they were being validated. I ended modifying the `create` action...
I think a note in the readme might suffice. I was thinking we could also add `run "yarn --version"` to check for a yarn installation in one of the generators...
Would love to see `:A!` method to generate missing specs especially, unless there's already a way to do this baked in? Still pretty new around here.
For those using neovim and Mason to install this, you can run `:MasonInstall [email protected]` to get up and running in the meantime.
> @anhari good question! What does your package.json look like, and what test configuration files do you have? Where possible, I like to make vim-test adhere to a zero configuration...
That works for me, thanks @codeinabox! I wrote a quick little neovim script that let's me toggle the default runner using telescope.
@benediktms, I've been using the [mhartington/formatter.nvim](https://github.com/mhartington/formatter.nvim) plugin for formatting in neovim, and wanted to share that I was able to setup formatting prisma schemas with the following config: ``` lua...