Michael Thomsen

Results 54 issues of Michael Thomsen

*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* Update the Dart SDK upper constraint in conjunction with Dart...

tool

*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* Prepare for the Dart SDK making `NullThrownError` deprecated: https://github.com/dart-lang/sdk/issues/49529 *List...

framework

With the main channel (i.e. after Dart 3), on a package where the package itself has null safety but the example doesn't: No clue here: ``` mit-macbookpro7:another_flushbar-1.12.29 mit$ flutter pub...

_[Edit, eernstg: As of July 2023, the feature has been renamed to 'extension types'. Dec 2023: Adjusted the declaration of `IdNumber`—that example was a compile-time error with the current specification.]...

feature

When using DartPad on a mobile phone, and the keyboard is open, it is possible to scroll the main editor up and away: ![Screenshot_20240312_140329_Chrome](https://github.com/dart-lang/dart-pad/assets/13644170/a07166d1-919a-40b0-b8de-dbc8097788f4) Source: https://twitter.com/code_ontherocks/status/1761003192890884381

type-bug
P1
area-preview-ui

Outdated library in `api.dartlang.org/stable/1.20.1/dart-html/dart-html-library.html` https://code.jquery.com/jquery-2.1.4.min.js Library: jquery Version: 2.1.4.min Outdated library in `events.dartlang.org/2016/summit/` Library: jquery Version: 2.2.4 We should update to jQuery 3 to resolve this.

The following repro finds 6 errors in `bulma/css/bulma.css` from: https://github.com/jgthms/bulma/releases/tag/0.9.3 ```dart import 'dart:io'; import 'package:csslib/parser.dart'; const testOptions = PreprocessorOptions( useColors: false, checked: false, warningsAsErrors: true, inputFile: 'memory', ); void main()...

type-bug
status-blocked

The Dart style guide has long recommended `omit_local_variable_types`. This however is somewhat in conflict with Flutter samples and style. We should consider the path forward here, and if this can...

type-lint

We had initially selected `unawaited_futures` for inclusion in core lints, however ran into some issues that need resolving first, including: - [ ] https://github.com/dart-lang/linter/issues/2513, Method-side opt-out for unawaited_futures - [x]...

type-lint

From the review of https://github.com/dart-lang/setup-dart/pull/1 by @athomas: > Perhaps we should download this into ${RUNNER_TOOL_CACHE}/dart// > That would enable checking if the version is in the cache later. It would...

type-enhancement