Dan Field
Dan Field
The linked engine PR lowers memory consumption by the penguin animation by about 4 or 5 megabytes locally for me.
The case that @jasonch99 is talking about is difficult to reproduce consistently. This assignment should just never happen though, unless the class heirarchy is re-worked. `FlutterFillColor` inherits from `FrareComponent`, which...
I would not be a fan of this change. As soon as optional things start to depend on the order of definition, bad things happen for forward/backward compatibility. See, for...
This is a fundamental limitation on JS. I don't think we should try to fix this or work around it in flatbuffers. I'm a bit curious about what the JS...
Dart used to transparently convert numbers to BigInts but stopped doing that in Dart 2. I'm not really a dart2js expert. I don't know if that is unimplemented on typed...
I think we probably want an skbug for this.
I've been talking about something somewhat like this on the #hackers-framework channel in the past, but it's not a trivial problem to solve. I'd be interested in seeing more details...
And FWIW, this is likely a pretty significant amount of work to do, but there are some people who have already started looking at parts of it @hixie @goderbauer
No one has come up with a workable proposal at this point in time. I think it's worth doing but it's not my top priority at the moment.
The hard part of all of this is to figure out how to do it without breaking existing Framework code. I think it's probably possible, but it's not easy.