Chris Berthe
Chris Berthe
@liamdefty do you have the bandwidth to look into this further?
Happy anniversary! FYI two out of the three people you pinged no longer work for Shopify, and the remaining person no longer works on the Themes team. And given the...
Hey @liamdefty, thanks for the issue and the PR. Really cool - I wasn't aware of Abort Controller. I'm struggling to fully grasp your use case and whether this is...
No I haven't encountered this issue. @radmedov, do you know of a way to replicate this on our end and we can look into it? Tbh, I rarely use Firefox...
Could be cool to have a setting checker for our JSON which validates required fields (or encourages best practices) on the list of setting types. Examples: missing `id`, missing `default`...
Is Shopify able to support font URLs as part of the `preload_tag`? Ideally this can be done: ```liquid {%- liquid unless settings.heading_font.system? echo settings.heading_font | font_url | preload_tag: as: 'font',...
👋🏻 there's a second part to this that would be extremely helpful for theme developers; checking what values for params are available. While knowing if a param of type `{String}`...
Is Shopify able to support font URLs as part of the `preload_tag`? Ideally this can be done: ```liquid {%- liquid unless settings.heading_font.system? echo settings.heading_font | font_url | preload_tag: as: 'font',...
Thanks @karreiro. I'm taking vacation so I'll look into this once I'm back in a week or so. Could you share some thoughts on [this point](https://github.com/Shopify/cli/pull/6007#discussion_r2170357554)?
> Any progress on this? This fell by the wayside. Will look into the remaining feedback and address.