Mathew Attlee

Results 159 comments of Mathew Attlee

> I would create a new entry for these as the ones in the index currently don't have the English name in `name=*`. You just need to replace the displayName,...

I believe that is because the prettier formatter is using stdin which would bypass any ignore rules

After doing more investigation this only happens when I run the following or add it to my .vimrc ``` let g:neoformat_enabled_javascript = [ 'eslint_d' ] ``` Looking at the definition...

In order for this to be made into a Homebrew formula, first fzf-tab needs to have versioned releases https://docs.brew.sh/Versions

> I looked through the vim-test code and noticed that, for javascript at least, the plugin assumes that package.json is in the current working directory, and if it's not there,...

Thank you for all these examples that aren't working properly, we should add them to the spec for Jest so this issue can be resolved. I am pretty flat out...

I see the issue now, any each test using the printf notation isn't going to run because the currently generated regex won't match. Given the earlier example you provided: ```js...

Just remembered this, as I've run into a similar issue with Vitest, so I will try to pick this up again.

I shall close this but feel to reopen.

I've made a start on trying to mock cargo with an alias though getting some errors, hopefully the answer will reveal itself tomorrow