Anders Søgaard
Anders Søgaard
> Are you able to create a batch script, like: `shopify theme push --environment=env-one && shopify theme push --environment=env-two` ? We ended up doing something similar
I would not consider this fully solved until glob search has been implemented. Can this be opened again?
> This seems low-risk since old themes wouldn’t use negatives, right? Could possibly impact some custom codes, if they treat negative values as `0`. Although I think the impact is...
I've taken a slightly different approach, just to make it easy. I've implemented `ArrayAccess` and let `data_set` handle the logic. I've also removed all empty arrays from the values. It...
Not sure how to solve the unit tests.
Still an issue
It can't search what isn't loaded. You would have to do something like: ```liquid {% liquid paginate product.variants by 9999 %} for item in product.variants assign variant = product.variants |...
This is still expected behavior