John McCutchan

Results 9 issues of John McCutchan

Explicit rounding operations: - Ceil - Floor A more general solution would be to emulate something like SSE's _mm_round_ps which takes a mode argument: - round to nearest int -...

See screenshot. Would have expected an error when accessing "data.listInvalidName".

p: rfw

Feature request: I'd like to apply a custom text style to ranges of text.

I always want the text selection shown. How can I achieve this?

- Default to dumping out lint logs (can be disabled with `--quiet` flag). - Add Logger.fatal which logs an error and throws a FatalError which is caught in main. -...

Given the following code: ``` import 'dart:io' as io show Directory, exitCode, Platform, stderr; ``` The analyzer will complain: ``` info - engine_tool/lib/main.dart:6:24 - Sort combinator names alphabetically. Try sorting...

type-bug
P4

See https://github.com/dart-lang/sdk/issues/55542 ``` I would recommend that package:vector_math plasters @pragma('vm:prefer-inline') all over its APIs as a workaround. ```

@rakudrama @spydon Forking the conversation from the pull request.

Running 'et run' failed with the following error. When flutter is invoked with --machine we shouldn't print out the human upgrade banner. ``` [2024-03-14 09:06:20.309447] ERROR: Failed to parse flutter...

tool
P2
team-tool