Stijn Slats

Results 33 issues of 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...

question

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 ![image](https://user-images.githubusercontent.com/47820758/173079704-bc62a6ba-ba4e-43e8-ae54-41735c2b568a.png)

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...

Bug
open for contributions

**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...

tech debt

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...

Feature Request

**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...

enhancement
Severity: 4
Severity: 3
area:theme-check

**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...

enhancement
open for contributions
area:theme-check

**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...