Pinned
1,779 contributions in the last year
Less
More
Activity overview
Contribution activity
July 2021
Created 10 commits in 6 repositories
Created a pull request in dart-lang/pub that received 5 comments
Detect Flutter SDK location relative to Dart SDK
Fix #2307, tested on Windows and Linux using a few hacks.
If the Dart SDK is present inside the Flutter SDK in sub-folder
bin/cache/dart-sdk/, then…
+56
−14
•
5
comments
Opened 9 other pull requests in 3 repositories
dart-lang/pub-dev
2
merged
3
closed
dart-lang/gcloud
1
open
1
merged
google/dart-neats
2
merged
Reviewed 47 pull requests in 5 repositories
dart-lang/pub-dev 31 pull requests
- Upgraded dependencies.
- Fix templates test.
- Model-independent helper method for creating a publisher member for tests.
- Migrate more tests to test-profile + model cleanup.
- Fix experimental template handler
- Include diff in highlightjs pack.
- Fix null-safety bug while rendering pages with empty homepage.
- Full null-safety migration of app/ (bin/tools/ and test/).
- Revert "Tag 20210708t193000-all"
- Upgrade mailer to 5.0.1
- Fix null-safety migration bug in /api/documentation/<package>
- Fix: backward-compatible Job.attemptCount.
- Migrate template to code: pagination.
- Upgrade dependency: neat_cache.
- Upgrade shelf_router and remove route-not-found workarounds.
- Remove uploader emails from public API endpoint.
- Separate uploaderEmails from PackagePageData.
- Upgrade neat_cache and migrate bin/server to null-safety.
- Migrate some of the templates test to test-profile.
- Upgrade dartdoc to 1.0.0 + tool for golden files update.
- Merge testWithServices into testWithProfile.
- Fix NPE when rendering missing Flutter SDK version.
- Don't leave dartdoc report permanently empty when unknown error happens.
- Do not load uploader emails - except for admin page.
- Explore markdown parsing to detect screenshot images.
- Some pull request reviews not shown.
google/dart-neats 6 pull requests
- fix: mount remove trailing slash requirement
- Fix Router.routeNotFound to enable multiple read() calls on it.
- [DRAFT] Remove constraint to mount routes without trailing slash (fixes #67)
- Fix multiple commands in redis cache.
-
Introduce
routeNotFoundsentinel for shelf_router 1.1.0 - Null-safety migration of neat_cache
dart-lang/pana 4 pull requests
dart-lang/pub 3 pull requests
bharat-biradar/pana 3 pull requests
Created an issue in dart-lang/dartdoc that received 4 comments
Regression for dartdoc 0.45.0 -> 1.0.0: protobuf version 2.0.0 fails
Reproduction steps: PACKAGE=protobuf VERSION=2.0.0 cd $(mktemp -d) curl -L "https://storage.googleapis.com/pub-packages/packages/$PACKAGE-$VERSION.…
4
comments
Opened 7 other issues in 2 repositories
dart-lang/pub-dev
3
closed
2
open
- _readmeTab -> Null check operator used on a null value
- dartdoc_runner + protobuf/2.0.0 -> Bad state: T extends GeneratedMessage cannot have parameters
- publishing -> type 'Future<ServerResponse?>' is not a subtype of type 'FutureOr<ServerResponse>' in type cast
- "delete-old-jobs" -> Error while decoding entity
- NoSuchMethodError: The method '[]' was called on null