Fred K. Schott

Results 142 comments of Fred K. Schott

In that case I still get the same result (it tries to save all attributes in the hash, even the ones that haven't actually changed) ``` // In this example,...

Congrats on the release! I've run your benchmarks myself a few times now, and can't reproduce your numbers across a few different devices. Here's what I see on my laptop:...

Snowpack treats the idea of optimizing / configuring your build like so: - By default, `snowpack build` creates an unoptimized, unbundled, fully modern (ES2020) site build for you. - "optimize"...

We're seeing this issue on mobile, where the entire (sometimes huge) document is loading on initialization even if they only want to see the first few pages. The resulting load...

I'm seeing it load an entire 23-page document. I can test with a larger one later today. On version 0.10.1, fwiw

Ah, I ran that test on a desktop browser :) But emulating a mobile browser (/w User-Agent), I'm still seeing it load entire documents on first load ![screen shot 2014-10-30...

Regardless, 16 is a little higher than we'd like for our project. Can we make this default configurable?

+1, LGTM! Since the section is about "things that help" it could even be worth calling out that a core maintainer as champion is an even stronger signal than a...

If the data helps: We're seeing more people having trouble using aws-sdk with Snowpack, Rollup, and ESM in general. Shipping native es modules would go a long way in unblocking...

+1, we just ran into this issue in Astro as well moving from `serialize-javascript`, which supports this behavior by default.