spiltcoffee
spiltcoffee
> Same issue here, is there some work around that you have used? This may depend on how many tests suites you have, but I found setting `--maxWorkers=` to the...
I'm getting the same issue occurring - a syntax error on v-slot usage is resulting in an apparent freeze. Looking in Task Manager on Windows, the node.exe for my build...
Alright, got a reproduction of the issue as well: https://github.com/spiltcoffee/vue-syntax-loop-example Curiously, this particular error is only happening when using a separate file for the template source. If I stick the...
@flotwig I assume you meant this issue? https://github.com/mochajs/mocha/issues/3559 Anyway, a related exit code issue due to this practice is that if you have a multiple of 256 failed tests, then...
I think I've figured out why GitHub might not be providing the hints in the WWW-Authenticate header. In the Enterprise settings, under Settings > Authentication security, there's this option: ...
According to vue-demi's README, plugins/libraries using vue-demi need to also provide the `peerDependencies` for the versions of `vue` and `@vue/composition-api` they want to support: https://github.com/vueuse/vue-demi#usage  That would be the...
I've encountered this exact problem too. Some things I noticed while diving into it: * Some `` elements appear unaffected bv the issue? It seems to be that the first...