Danny Tuppeny

Results 216 issues of Danny Tuppeny

If you click in the logging table and press and hold up or down, the selected row quickly disappears off the screen and the scrolling doesn't keep up with it....

table component
polish

Currently we'll only connect to the server for release builds where we know the server is serving: https://github.com/flutter/devtools/pull/987#pullrequestreview-286518143

enhancement
hurts-developer-velocity

Seen at https://travis-ci.org/flutter/devtools/jobs/597706543. ``` 02:33 +9 ~8: /home/travis/build/flutter/devtools/packages/devtools_app/test/integration_tests/integration_test.dart: integration debugging console output chrome • console:log • DevTools version 0.1.8. chrome • console:log • [{"event":"app.devToolsReady"}] chrome • console:log • [{"id":1}] chrome...

testing
debugger page
infra
tech debt
test flake

While trying to fix up test failures on another branch, I noticed that some of them failed even without my changes and when running on Flutter dev: I don't know...

testing
tech debt

The first and fourth fixes here appear to be the same. I'm not sure if it's something I've done, or a bug (or how to tell).

bug

The `launchRequest` doesn't respond until `flutter` sends an `app.started` event, and VS code uses the response of that request to show the console. We should look at whether we need...

is bug
in flutter
in debugger

This may be a result of switching to using the `topFrame`.. we no longer seem to focus sometimes when we break. Can be reproduced running `tree_test.dart` from the integration test...

is bug
blocked on vs code / lsp / dap
in testing

We have a prompt here: https://github.com/Dart-Code/Dart-Code/blob/8049f0a3ce935468a76e31d5b1816484aa022399/src/extension/commands/debug.ts#L401-L405 But it only ever fires if you're set to "My Code". It doesn't detect if you're set to "My Code + SDK" and setting...

is enhancement
in debugger

Having command/args in the task definition prevents customising them, because they're used to match up the task. Instead, we should probably have simple identifiers: ```js { "version": "2.0.0", "tasks": [...

is enhancement
in tasks

Including: - setting the port number - loading observatory - collecting useful information about the state of the analysis server/plugin isolates

is enhancement
in docs / website