Helen Lin

Results 79 comments of Helen Lin

At the moment, there is no plan. Sections Themes are still in preview and there are many moving pieces. Until the API is solid, there will be no plans for...

Hi, I totally agree that a more verbose debug message will help debugging issues like this.

@tehaksbrid That is amazing! Even if only 1/10th of your visitors are triggering a liquid re-render, you prevented these visitors from experiencing 12.5 seconds wait on the page. @susanlangenes Thank...

@bakura10 You are spot on with your points. At Shopify, we actually have no idea how external developers use liquid on themes and the different ways to work around the...

With the help of @ConduciveMammal , a workaround to this issue is add yourself as a staff to the development store

The issue is specifically for development stores that doesn't have an owner yet.

@chris-acadia Have you set yourself as a Staff for the development store?

That's a lot of JSON data. I didn't anticipate that we would hit the limits of `JSON.parse` but I don't think Chrome would get stuck on 3mb of JSON data...

There is nothing after `append: url | append: '\" defer=\"defer\">'` inside `#liquidprofiledata`? * Would you check the raw response of the `profile_liquid=true` and see if the json blob ends there...

I am less worry about sharing data between layout components. I think we can make that an invisible stitching with * Cache API or InMemory Cache - These cache is...