Danny Tuppeny

Results 1795 comments of Danny Tuppeny

I think having a popup for the exception directly in the code would be neat, but it's a bit weird not letting the user see the exception from the place...

The "Go to Tests" option was added as part of https://github.com/Dart-Code/Dart-Code/issues/2650, but it was specifically only added in this one direction because I fell like the opposite direction would have...

I'd planned to put this in the language status and set the severity, but it's too subtle and unlikely to be noticed. I don't think showing a toast notification is...

I tried this out, here's a video of a normal hot reload, and then a skipped one: https://github.com/user-attachments/assets/3d2f20b2-1829-403b-9539-a753b4a6d8d3 Because we can't control the icon (info/warning/error) I feel like this looks...

@bkonyi you previously mentioned there were some known issues with URIs - could this be related? If you open Observatory and review the loaded libraries/scripts for a Flutter app, some...

Good question! I don't know, but presumably it's possible that loaded scripts from pub cache can be outside of the lib folder? In which case, relative paths from the project...

Whoops, I confused myself - I was thinking about scripts in `lib/src`, which is ofc inside `lib` 🙈

I'm not sure I understand whether the request here is "be able to access DevTools that is hosted on another machine" or "connect a local DevTools to a VM service...

I don't think we can replace the `@macro` text, but we could likely inject the docs after it (or maybe in between it and the following line). It would be...

"Initializing the Flutter SDK" only happens in some specific cases where we detect the Flutter SDK is not initialized. If you're seeing this every time, it suggests something is wrong....