Joris Mak
Joris Mak
Awesome to see work on this, and I guess this fixes a lot of the Sony problems. But I encounter CR2 and NEF files that also have a different white-level...
When I scaffold a new project with @vue-storefront/cli, it works. The moment I try to pick some other dependencies, I get this error quickly. Reverting the yarn.lock changes, removing node_modules,...
Complete new nuxt 3.9 project scaffolded with `bunx nuxi@latest create`, and the routeRules seem to do nothing. How can I figure out if this is in the nuxt part or...
💡 I think I realised it (untested yet). But nitro is only used when building the production server. So everything related to routeRules and devProxy that are nitro settings, isn't...
I'm about to ask 'are you sure' but seeing your name and involvement I think you'll know a from b here:). Routerules directly in nuxt.config I couldn't get it to...
Of course... now it's working all of sudden. **flabbergasted**. I _**think**_ that the problem lies in the fact that I try to proxy to an internal https host, that requires...
I'm a bit confused by this. But how do we set the state on the store to some initial stuff (like from an API) before 'loading the app' (doing the...
I still had cases of using it outside a component without giving the instance from my main.ts. like in a router hook. Carefully looking it all through and fixing it...
> Well, the code is working fine. For me it's in a SPA , so it's client side only. The weird errors in the devtools don't seem to hinder the...
Same here (Ubuntu 20.04 LTS AFAIK), Tried with `show: true` and with adding `webPreferences: { "sandbox" : true }` to it. DEBUG var is set, SENTRY_DSN is set, One url...