xster
xster
I agree we should likely write our own official flavors guide. This is likely more of a full-app tooling concern (cc @zanderso). There are some add-to-app work currently planned but...
oh ya, good callout. Forgot about that one. PRs welcome for this addition :)
ya, all pretty reasonable feature requests. Feel free to send us PRs to modify the SDK as well to add more customizability.
What specific changes would you like to see? Did you mean having the template be based around scenes rather than just the storyboard?
Randomly clicked on a few. They all look reasonable. Perhaps for an extra level of leniency initially, we can omit local variables shadowing instance methods. Hopefully in those cases if...
Django-css's copy of django-compressor is old in general. Django-compressor took care of this in recent versions
Chinmay is correct, that is the right signal for a detaching UI. Regarding the categorization from Android, I just meant that I was under the assumption (I might be wrong)...
Very excited about the GC mode work @iskakaushik. Just to clarify, I think there are 2 issues here. The Dart VM GC issue which a final GC during detach would...
This bug is just for the native memory growth from repeated launch and dismiss. Let's keep the last VM GC with RAILs issue separate in b/240654184
To clarify, we should keep the GC related discussions separate. This bug is purely for the growth in the native C++ allocated space over time with repeated opens. I can...