Anders Søgaard
Anders Søgaard
I have an issue, where the additional CSS files, keeps compiling when using the watch command, even without change. Everything works as expected in normal compile mode, and in [serve](https://webpack.js.org/configuration/dev-server/)...
Let's just use an actual `.env` file instead of creating a new file. Closes #942 ### Warn Checklist - [x] This changes the interface and requires a Major/Minor version change....
**Describe the bug** When running `theme watch` and other commands, it doesn't read anything from the `.env` file. **To Reproduce** Steps to reproduce the behavior: 1. Create a `.env` file...
### Check that this is really a bug - [X] I confirm ### Reproduction link https://codepen.io/andershagbard/pen/wvmxjdz ### Bug description Initially when you open the page, autoplay is working. When you...
**Describe your problem/question** Currently, I am calculating available sizes based on image width/height and aspect ratio. This is an issue when using a `picture` element with `source` within. **Make it...
This filter adds the inverse of the `where` filter. This filter also allows deep searching with dot notation. Idea from: https://github.com/Shopify/liquid/issues/1555
This PR allows nested search in where filter. ```liquid {% assign blocks = section.blocks | where: 'settings.some_setting' %} {% assign blocks = section.blocks | where: 'settings.some_setting', 'blue' %} ``` Resolves...
Not sure if this is Liquid or Shopify throwing this error. This code: ```liquid {{ image | image_url: width: '{width}' }} ``` Sends this error: ``` Variable '{{ image |...
- [ ] Added or updated tests - [ ] Documented user facing changes - [ ] Updated CHANGELOG.md This PR allows us to change the root type names. I...
Fixes a few typos I found while making another PR.