Devon Carew
Devon Carew
It looks like this started failing ~4 months ago. The `dev` channel build started failing first, then the stable build followed after. The sdk versions are no longer in the...
Thanks for the report! Can you provide the version of sse that you're using, and, do you have any info on the contents of the data before we try and...
I think I understand the request; given that there's a workaround (`build_to: source`), and the issue won't be encountered by most users, I'm not sure this is something we can...
We may be able to combine this with the work to show the paused state on non-debugger pages. For that I was think of a small, in-line dialog or UI...
It may be possible to widen the dep to include both 6.3.0 and 7.0.0 of analyzer (`>=6.3.0
Based on package usage on pub.dev and a presubmit in google3, I think a reasonable path forward would be to: - deprecate the `equalsDart` function and publish a new package...
Possibly? Or just do some work to make the location of the exception more visible? We could badge the frame with the exception with a small `(e)` icon for instance.
For this test, we're verifying that we get some results back from code completion. We're completing in: ```dart class A {} class AB {} class ABC {} void main() {...
For some reason, Flutter apps report some specific packages as file: uris, and the rest as package uris. They may be doing something creative with pubspecs for those specific packages?
I suspect this is either a pub thing, or something very specific to how the deps on these packages are specified by flutter.