Danny Tuppeny

Results 1793 comments of Danny Tuppeny

Thanks! I still can't repro the original error message, but I see that report is quite old now. @aliyazdi75 can you confirm if you're seeing the same error noted in...

> The second is to support multi-file moves in server directly. This is probably more work, but might be a little faster. I think this is very similar to the...

I'm not sure without a repro. I notice in the screenshots above there's a difference with `return Foo()` vs `final app = Foo();`.. does that change things? If not, some...

I think it was just a bug. I don't see any reason to restrict them to where the widget is being returned. There was code and tests for the following:...

Yeah, this setup was a bit weird and I wasn't actually able to find much documentation on exactly how it's intended to work (eg. why the symlinks point to Snap)...

> The problem for us isn't getting that binary to run. It's that we then use the path of that binary to then find other parts of the flutter system...

`toolArgs` should not be _necessary_, but if you want to specify a specific Device (rather than letting the Flutter tool decide which to use if there are multiple) you'll need...

> @DanTup does VS code handle this case well? I believe so. It looks like the issue described in https://github.com/Dart-Code/Dart-Code/issues/3210 which was fixed by ensuring we pass all projects to...

I think the `inspector controller tests hotReload` test itself is flaky, not just the teardown: ``` 01:15 +21: test/inspector_controller_test.dart: inspector controller tests hotReload 05:15 +21 -1: test/inspector_controller_test.dart: inspector controller tests...

I saw some more caching issues when wiring up VS Code to run the server from local code (see https://github.com/flutter/devtools/pull/4356). I made changes to local DevTools to make the background...