Eric Seidel

Results 803 comments of Eric Seidel

Thanks for the issue. We have no plans to do this at this time, but PRs welcome.

Flutter isn't static for sure. It's just a git checkout and then it caches some artifacts within a directory inside that checkout. Separating that cache out of Flutter and making...

It was called 9 times when running `shorebird preview`. :)

I'm working on reason one (the "Load Static Field Address" causes) right now. I have a half-completed patch I expect we'll ship sometime next week. (I'm a bit busy the...

Got one more report this week via email: ``` 📊 Linker Stats -------------------------------------------------------------------- 🔎 Diffing: before -> after.optimized 📦 Patch Code: 14.15 MB 🔗 Link Percentage: 83.66% ❌ Failed to...

I spent the week working on case one (field table). I'm very close, but not yet ready. I have to work on other things tomorrow morning so I'll probably get...

I have a working fix for the field_table issue. However it doesn't work quite well enough to ship yet. Debugging the last 🤞 issue and hopefully shipping tomorrow.

Last piece for part one (field table) is staged and should go out in a release tomorrow morning: https://github.com/shorebirdtech/shorebird/pull/3008

The "field table" fix is out. It resolves all known previous problems whereby changes to class-level static variables or file-level variables could cause unexpectedly "low link percentages" (slowness) on iOS....

I've paused this for the moment. We have one more cause of occasional slowness (dispatch table changes) which we already ship with a partial fix for. Clearly I will eventually...