Liam Merlyn

Results 19 issues of Liam Merlyn

Can we get an icon please for Shopify's Liquid Markup? Thanks.

**Is your feature request related to a problem? Please describe.** So currently, with OS2.0 themes, when I attempt a full theme deploy to a store, the process crashes because the...

There's probably a nicer way to achieve this but I cooked up a new script to add support for image wrappers with an additional class for aspect ratio-support. It'd be...

### Problem I created a new Slate V1 theme to connect to a new dev store, as you know, new stores come with Debut pre-installed. So when creating the new...

enhancement
v1.x

When in a non-section file, such as `templates/cart.liquid`, `section` and `block` are fully accepted as defined.

bug
p:low

A lot of developers still use the old method of hardcoding various Shopify routes. Given there's a fairly small amount of routes, could a check be included to ensure liquid...

enhancement
good first issue
linter

So I've recently become aware that [passing global variables](https://shopify.dev/api/liquid/objects#global-objects) into snippet `render`s isn't needed. So while I've been doing something like `{% render 'my-snippet', customer: customer %}`, it wasn't necessary....

enhancement
linter

With checks potentially being quite large, they often max-out the available scroll space within Terminal. It'd be dope as hell if `theme-check` could export to a sweet, formatted HTML file...

I've been trying to implement Flip into my Shopify Slate site and I'm getting this message in my console: > Cannot read property 'isFlipped' of undefined My code is closely...

**Describe the bug** When using whitespace delimiters on a section's `schema` tags, theme-check reports it as unclosed. If I remove these, the error message goes away. _With whitespace delimiter_ ![CleanShot...

bug