Jeremy Graziani
Jeremy Graziani
Hi @alebec, thanks for the hack! Just wanted to add that if you're using **PHP 7.3**, you need to cast `rand()` as a string. ```php $jsonCodeCoverageFile = __DIR__ . '/..'....
@danrot > How do you get to the list containing all the snippets? In this case, the Snippets entry is still accessible. If the business logic can be handled separately...
Thanks @michalismichailidis1999! I'll take a look when I come back to this project, I really appreciate the help 😁
Hi @AveCeasar, I had the same issue in Windows PowerShell and the solution was to replace `--gpus 0,` by `--gpus "0,"`.
Trial and error haha.
Hello, If that helps, I've made a minimal StackBlitz reproduction of the original issue: [you can find it here](https://stackblitz.com/edit/github-tcxs4k?file=pages%2Fwith-nuxt-component%2F%5Bslug%5D.vue). The issue is triggered when navigating to the page using `defineNuxtComponent`....