Matthew Lieder
Matthew Lieder
Just ran into this myself with a similar setup (Vue 2.7.14, Vuelidate 2, vue-server-renderer, Options API). The root cause is that Vue 2 SSR just runs the setup, beforeCreate and...
@NikolaMilosavljevic Just ran into this error myself and I can add a scenario: we're calling this in GitHub Actions where Linux build agents are half the cost of Windows ones,...
FYI, I haven't confirmed myself, but #171 appears to have fixed this issue in v6.0.1 (by way of #176).
Also ran into this on our .NET 6 app. Caused by the dependency on Microsoft.Extensions.Diagnostics.HealthChecks v7, which brings in other .NET 7 deps. We've avoided using .NET 7 packages in...
FYI, the commit made to address this issue (https://github.com/vitest-dev/vscode/commit/a6019a45d45abb0411f3e6a67eaf5c5f00dead2e) caused quotes to be set properly when debugging (which uses a VS Code API) but turned off quotes when running (which...
I've found a more targeted fix that I'll be PR'ing shortly (#112). As for the issue reported here, I believe it was fully fixed by #94 and think this could...
This issue was fixed for me by #94 (v0.2.32)
Thanks for investigating! Just checked, it reproes with the old .NET FX tool as well.
Still occurring in v4.0.4, FYI.
@johnhamm I spent some time yesterday trying out your PR and ran into that myself. See https://stackoverflow.com/questions/40635956/overriding-tsconfig-json-for-ts-node-in-mocha for some options for solving it. I solved it by creating a second...