Pinned
1,180 contributions in the last year
Less
More
Activity overview
Contribution activity
September 2021
Created 9 commits in 4 repositories
Created a pull request in flutter/flutter that received 9 comments
Remove our extra timeout logic.
It's just causing flakes and we're not really using it anyway. Fixes #88838
+136
−276
•
9
comments
Opened 11 other pull requests in 5 repositories
flutter/flutter
2
merged
2
open
flutter/packages
1
open
1
merged
flutter/plugins
2
merged
flutter/website
2
merged
flutter/tests
1
open
Reviewed 9 pull requests in 4 repositories
flutter/plugins
4 pull requests
flutter/flutter
3 pull requests
flutter/cocoon
1 pull request
flutter/packages
1 pull request
Created an issue in flutter/flutter that received 8 comments
GC threads should be lower priority than the UI/rasterizing threads
Based on discussions in #74668, #72387, and #70636 it seems like we should consider the following design: GC threads should be lower priority that …
8
comments
Opened 13 other issues in 4 repositories
dart-lang/sdk
5
open
1
closed
- HttpClient should drop authorization headers when following redirects to different hosts by default
-
In non-null-safe mode,
printcrashes in some situations involving nulls returned from toString - autofix for dead_null_aware_expression
- autofix for avoid_escaping_inner_quotes and related lints
- autofix for unnecessary_cast
-
Annotation that allows redundant
!on call sites for a non-nullable member