Viewing profile — matt_kn
matt_kn
HN member- Joined
- Thu, Jun 03, 2021, 1:58 PM UTC
- HN karma
- 11
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About matt_kn
No profile information was provided.
Recent public activity
-
comment
Comment #47216021
Bundle size matters until it doesn't. Flutter is absolutely not suitable for web pages, but for web applications the situation is different. I was quite hesitant about Flutter web,…
-
comment
Comment #46717139
It has been like that since the very beginning (sky engine).
-
comment
Comment #46717121
That is absolutely not true. Elements with dirty layouts are tracked and layout is only recomputed up to the neearest layout boundary.
-
comment
Comment #46559742
I'm looking at the code but I don't quite see that? auto start= result.indexOf("http://"); ... auto end= result.indexOf("\r", start); ... m_describeUrl= result.sliced(start, end - …
- story