Leonardo Stenico

Results 6 comments of Leonardo Stenico

+1 on this. This is also true in Italy. Even the local government accepts VAT without the country code. But I think that in that case, validation becomes simply checking...

We struggled with a similar issue for hours, but the error was not that clear. We imported `React` instead of `react` in a single file and that broke the vite...

Same issue here. I already have the token in my `ngrok.yml` file, still getting the error. I created a small script to replicate the issue: ```js //index.js import ngrok from...

Pretty much the same here. running `shellies listen` to my Mac connected to my 2.4GHz Wi-Fi returns all my devices, while running the same command on my Ubuntu 20.04 returns...

As I can see from the [docs](https://shopify.dev/docs/api/shopify-cli) the ruby dependency is not required anymore but this changes are still in draft. Was that intended? And it looks like ruby is...

Isn't the `/api/shows` fetching again `/api/shows` in an infinite loop? Where is the list of shows coming from?