Dan Field
Dan Field
Sorry, that should have been code not core. I'm suggesting adding print statements to make sure your actual assets are different.
I would personally prefer to see https://github.com/dart-lang/dart_style/issues/918 implemented, which I think would solve this (just put your generated files in a package that configure the line length for all of...
I wrote a custom plugin that overrides load so that it uses something already compiled. It did not require any changes to package test.
I do not think we should make this an option unless we have significant profiling data to support it. In particular, we should have profiling data from a mid-tier Android...
Will it still be necessary to do the tree sitter parser? As in, would it be worth starting on that with the upcoming changes?
If you want to use that much memory for caching images, why not just set the cache limit higher? We try to have it be a somewhat sane default, but...
I disagree that images should not get re-decoded if they're taken off the screen. If they fit in the cache they won't. If they don't fit in the cache they...
One way to do this would be to support breaking things up into smaller increments of compilation. This would allow for fanning out compilation steps to many different worker machines,...
Perhaps something like what LLVM did with ThinLTO would be applicable for TFA? http://blog.llvm.org/2016/06/thinlto-scalable-and-incremental-lto.html
For the hashing functions,see https://github.com/dart-lang/sdk/issues/11617