Highlights
- Arctic Code Vault Contributor
Pinned
1,019 contributions in the last year
Activity overview
Contributed to
flutter/flutter,
Hixie/cuddlyworld-ide,
jocosocial/rainbowmonkey
and 5 other
repositories
Contribution activity
January 2021
Created 54 commits in 12 repositories
Created 2 repositories
- Hixie/process.dart Dart
- Hixie/boatsim Dart
Created a pull request in flutter/flutter that received 16 comments
Remove the timeout when launching DevTools
This should speed up offline flutter run by about ten seconds.
Instead of waiting for the DevTools to launch, we now show the debugger information …
+353
−216
•
16
comments
Opened 35 other pull requests in 9 repositories
flutter/flutter
9
merged
4
open
1
closed
- Revert "NNBD integration_test"
- Show an X when images can't load.
- Unpin mysteriously pinned packages
- Update packages
- Catch cases in tests where people try to tap on widgets that aren't reachable
- Remove package image dependency
- DO NOT COMMIT
- Only write the pid-file while listening to SIGUSR signals.
- Don't leak exceptions thrown by message channels
- Don't crash on narrow window widths
- Update the alt text to match recommendations in HTML spec
- Remove an obsolete comment from pubspec.yaml
- Simplify the pull request template further.
- Minor tweaks to CONTRIBUTING.md
flutter/website
5
merged
flutter/packages
2
merged
1
open
1
closed
flutter/engine
3
merged
1
closed
flutter/cocoon
2
merged
flutter/plugins
1
open
1
merged
flutter/assets-for-api-docs
2
merged
google/process.dart
1
merged
treeplate/boatsim
1
merged
Reviewed 23 pull requests in 4 repositories
flutter/flutter 18 pull requests
- Refactor the RenderTable class
- always pass filterQuality specified in the Image widget to canvas
- Remove package image dependency
- [versions] update all versions
- Update plugins dependencies for the Gallery test
- [flutter] throw more specific error messages if a lerp'd type does not conform to Tween
- Switch global key registry to be owned by the build owner.
- Handle more cases where the tool receives RPCError 112
- [flutter_tools] test toggle debugPaintsize
- Remove workaround now that type promotion accounts for local boolean variables.
- Fix bugs with ext.flutter.activeDevToolsServerAddress
- Fix RenderCustomPaint intrinsics
- Added note to new buttons
- Improve performance of Widget Tests
- Fix typo resolved->reported in security.md
- Imagefiltered callback mechanism to generate ImageFilter objects from RenderObject bounds
- Add [pointerCount] property to Scale Gesture Details
- ➕ Add IconAlignment to new Material Buttons
flutter/engine 3 pull requests
flutter/packages 1 pull request
flutter/plugins 1 pull request
Created an issue in flutter/flutter that received 8 comments
Migrate markdown to null safety and to packages repo
We need to migrate https://github.com/flutter/flutter_markdown/ to our packages repo (https://github.com/flutter/packages/) and port it to null saf…
8
comments
Opened 15 other issues in 2 repositories
flutter/flutter
11
open
1
closed
- My app is slow or missing frames (metabug)
- flutter test fails to load test with "OS error message was a not a utf8 string" when running lots of tests
- Migrate animation package to null safety
- Engine tests have lots of non-fatal errors and warnings
- Oddly timed GC
- BorderRadius.copyWith is missing
- PlatformException docs need filling out
- Unactionable "GLib-GIO-CRITICAL" and "libEGL warning" messages on startup
- App doesn't repaint when resizing on Linux before first interaction
- It's possible for us to output the "out of date flutter" banner on a --machine call
- "@getters::package:flutter/src/ widgets/widget_inspector.dart::_location is already bound"
- Consider adding vulnerability scanning for the engine and plugins repos