Stijn Slats
Stijn Slats
Hello all, When a user is logged in and tries to go to the login page, I want to redirect the user to their own page (based on id). In...
I get this error fs.writeFileSync is not a function. The problem is that fs is empty off course, but is there any solution? I now use browserify-fs for it 
Hi there, **Expected** [web.dev](https://web.dev/learn/performance/image-performance#sizes) ```html ``` **Current output** ```html ``` **Explanation** When using the following code with an `image_url` width of 500, the srcset will not output higher than the...
Since the image objects automatically outputs the handle by default, it's impossible to use the where filter on it. ```liquid {%- assign image = product.images | where: 'id', 123 -%}...
**Describe the bug** When I type `clas`, the editor will suggest me to auto complete `class`. Normally it's smart enough to add `=""`` as well where your cursor will be...
**Is your feature request related to a problem? Please describe.** Previously we had to format our liquid files with prettier, but with the v2 of the Shopify Liquid extension, we...
Hi all, I've opened an [issue](https://github.com/Shopify/theme-tools/issues/475) at [Shopify Theme Tools](https://github.com/Shopify/theme-tools). There is already an ongoing conversation. Please check that one first. Below a summary. **Is your feature request related to...
**Is your feature request related to a problem? Please describe.** Our client often have separated stores. For this, we only use one code-base. The problem we have is with the...
**Is your feature request related to a problem? Please describe.** I always have to check the self written documentation in my snippets to see what props I can pass to...
**Describe the bug** `content_for_layout` is rendered before the section group if you do a check for something inside. In the source below you can see that I only check for...