Michael Bromley
Michael Bromley
I have a Browserstack account and just tested it on Safari v14.1 and can confirm that navigation does not work. On loading the landing page, the following error appears in...
Hi @porl You are on the right track. You need to make sure that when you run `pnpm run generate-shop`, you make sure it is pointing at the url of...
Hi @porl So to set the value of the custom field on the OrderLine, you need to find the `addItemToOrder` mutation and add the custom field value(s) as the "customFields"...
Hi, I'm not sure why there are 2 almost identical fragments. The query & fragment in `admin/order.ts` does not even appear to be used currently. To be honest I think...
When the GraphQL mutation `adjustOrderLine` is executed, and the quantity exceeds the available stock, an ErrorResult will be returned. So [this line](https://github.com/vendure-ecommerce/storefront-qwik-starter/blob/main/src/providers/orders/order.ts#L40) will be incorrectly asserting the result to be...
Hi, thanks for the report. At the time I built this, I did test on android (old nexus 7) and it worked okay. What _does_ happen? Any output at all?
So this is the plunker demo that's not working? How about the demo at http://www.michaelbromley.co.uk/horizonal/demo/?
Hi! Oh man, it's been years since I wrote this and I've never built it since then! What did you try & what was the result? Looking at the files...
Yeah, I think it is related to this: https://github.com/michaelbromley/soundcloud-visualizer/issues/3#issuecomment-110434827 Basically SoundCloud's CDNs are not all configured correctly to allow cross-origin resource sharing. It's a known issue.
When you are running it locally, are you running a local web server, or just opening the file in the browser?