Danny Tuppeny

Results 1795 comments of Danny Tuppeny

Thanks, that helps. I'll have to do some testing of how VS Code presents `ExceptionFilterOptions` to see whether that's a good fit for something like this.

I would certainly prefer that! It's always felt odd to me that `Uri.file()` behaves differently across platforms (when it seems like the operation is really the same for both). `toFilePath()`...

> It's harder for a relative URI reference, which is where this functionality is probably most used, because Uri.path("foo/bar/baz").toFilePath() has no clue. Oh, I didn't even realise you could do...

Maybe related? https://github.com/codemirror/codemirror5/issues/5367 It's milestone is "fixed in rewrite (hopefully)". There's a possible workaround (removing `contenteditable`) at https://github.com/codemirror/codemirror5/issues/5367#issuecomment-436151898 but I don't know if there are other implications of removing that.

@stevemessick does InteliJ/Android Studio have some rules about how it's handling this? I've filed https://github.com/dart-lang/webdev/issues/949 in the past because I think this should be handled in DWDS (providing proper `package:`...

@saropa @FernandoUFS just to confirm, you're both referring to when running on the web? This issue is web-specific, but there are some other related issues: - https://github.com/Dart-Code/Dart-Code/issues/4571 - https://github.com/Dart-Code/Dart-Code/issues/4711 -...

You didn't miss it, I only added "on the web" to the title today because I realised this one was a bit vague :-) Some of the non-web issues are...

@FernandoUFS are you catching and printing the error yourself, or is Flutter catching it? If the former, then I think you're seeing https://github.com/Dart-Code/Dart-Code/issues/4711

There are a couple of different issues here, I suspect the last few comments above are not related to this one (which is web specific and not new). I suspect...

@martinsellergren > On Android, works only if I set "dart.useLegacyDebugAdapters": true. Could you file a new issue with some examples of this and a repro? This issue is specifically about...