Devon Carew
Devon Carew
There are some brief docs about do-not-submit here: https://github.com/dart-lang/ecosystem/tree/main/pkgs/firehose#health.
Hmm, we could dogfood something like this w/ an off-the shelf tool before doing something like adding it to the health checks. This could be via a git hook, or...
fwiw, I don't have a particular opinion about using package prefixes for commit messages, but haven't really given it any thought.
It doesn't look like there's an example for package:process (https://github.com/dart-lang/tools/tree/main/pkgs/process). It's not a pressing issue, but would be useful for completeness.
Following up on this issue, this package provides a few different services: ### String getSdkPath() This was the original reason why this package was created. The impl. of this method...
This seems to happen when you've launched devtools from IntelliJ.
I'm having trouble reproing this now.
This may happen after a hot restart is performed; the older breakpoints may not be removed, and may still point to the previous scripts (and, new breakpoints for the new...
Most of the issues do seem to be related to breakpoints (and other debugger features) not working as well after the app has been restarted. I think after a restart...
We do this now, however, users loose all info about the app session (we switch to the connect screen and remove all the other screens). We may want to adjust...