sigmundch
sigmundch
@srujzs - now that we do a call-size expansion of the external calls, are we still passing placeholder values for optional args? Or are we leaving them out?
Thanks for filing the issue - I like the alternative you did in https://github.com/flutter/packages/pull/5581/files#diff-fef182cc76f54d7074aee070ced4ddd44ad9233ebf438472221dc834f5f342d9 where you added an extra setter with the right type. The workaround using `dynamic` relies on...
Thankfully for production (dart2js) this should be a noop - our patch for `log` is completely empty. However, we had issues in the past with overhead from `dart:developer` log during...
sure thing :)
Agree, we need to treat this as part of the redesign IMO. I don't think I have a an exact answer at the moment because we are still debating many...
haha - yeah, seems fair to close this as obsolete. It's only 10 years old :) (at least?) The markdown formatting above makes the differences hard to see. I believe...
cc @joshualitt as well. @natebosch - could you clarify what you mean by running callbacks in the zone? In particular, the example above was with a callback wrapped in a...
@natebosch - sorry for the delayed reply. We don't directly use source_map_stack_trace or even Frame.parseV8 in our internal crash deobfuscation tools for web clients. So I believe there would be...
a few new tests were added in JS for the following elements: - core-collapse - core-overlay - core-localstorage - core-selection - core-selector (see PR #113) we should port them over...
Thanks for the bug report. Indeed the core-list-dart implementation is using an expando on the data and we assumed that was OK. Turns out that expandos can't be used on...