Fran Dios

Results 178 comments of Fran Dios

I guess they changed the permissions of their API. I'm 100% sure that example was working before. It still works with `publication-name/trending`, though. I think there's nothing we can fix...

@rzr It'd be great to suppot Tizen but I don't have any Tizen device. If you want to send a PR fixing it I will check it :)

@abhijitborade @SPlatten Did you guys manage to get coordinates relative to the page? I'd like to modify something around a specific string but the coordinates I'm getting are very different,...

>Named export 'renderToReadableStream' not found. The requested module 'react-dom/server' is a CommonJS module, which may not support all module.exports as named exports. This error is unrelated to the main issue....

I've also tried on Sonoma 14.4.1, Node 21.7.1 and I can't get the error when creating a new project 😢 Can you try with `shopify hydrogen dev --verbose` and see...

Nothing in the logs seem to be clearly related... the EPIPE error might happen when there's some failing communication over the internet. The CLI might perform some telemetry but I...

That probably confirms that the error happens somewhere in the `oxygen()` plugin, which internally starts an instance of workerd. Perhaps you could try to use a debugger with that, or...

@blittle Thanks for the thorough review! Most problem were due to a bad last minute copy-paste 🤦 >❌ - skeleton template - h2 preview failed `diff` had `default: false` so...

>I can only repro this issue 50% of the time or so, but when running h2 build --watch --diff inside infinite-scroll example. I modify a file, it rebuilds, and then...

> at async runPreview (@shopify/cli-hydrogen/dist/commands/hydrogen/preview.js:69) Given the stack, it seems you're running the preview command instead of dev? Try running the dev or preview commands with the `--verbose` flag, it...