Jonas Finnemann Jensen

Results 199 issues of Jonas Finnemann Jensen

Just curious to see how the tests goes :D

This is effectively integration tests for Chrome on MacOS. These tests shouldn't really be necessary, since we tests chrome compatibility in multiple ways. For unknown reasons these tests are unreliable...

Currently, we have the follow warnings in tests: ``` Warning: In index.html:53: Local variable for "serviceWorkerVersion" is deprecated. Use "{{flutter_service_worker_version}}" template token instead. See https://docs.flutter.dev/platform-integration/web/initialization for more details. Warning: In...

cleanup

In JS we can do: ```js containerForValues.replaceChildren(...values.map((value) => { const element = document.createElement('div'); element.innerHTML = value; return element; })); ``` In Dart we I tried using: ```dart containerForValues.replaceChildren( values .map(...

type-question

Flutter plugins can have non-pub dependencies through `build.gradle` and `*.podspec` files. Maybe we could detect that and display such dependencies on `pub.dev`. TODO: * [ ] Detect dependencies and minimum...

type-enhancement

When/if the default line width for `dart format` becomes configurable, as being discussed in https://github.com/dart-lang/dart_style/issues/833, we should do the following: * Stop granting point for code being formatted with "dart...

type-enhancement

We might not need support in "advanced search", but just have it supported as a search query parameter..

Type: enhancement

We should probably also retry `ClientException` from `package:http`: https://github.com/dart-lang/pub-dev/blob/031c368ea0840f2bdcf2bcaee7886a13c19b90b4/app/lib/shared/storage.dart#L142-L154

Type: bug
Area: stackdriver error report

Also we should consider migrating "blocked" to "moderatedAt" and cleanup old unused properties.

Type: bug

Following markdown image links could be used to link to a youtube video using a thumbnail. Perhaps we should investigate if we can directly embed these. There is perhaps some...

Type: enhancement