stevemessick

Results 172 comments of stevemessick

Using my Mac, I can build distro files using the Linux version of IJ/AS. To run unit tests I need to have the Mac version unpacked in the `artifacts` directory....

PR #6322 is going to cause a lot of merge conflicts. Sorry about that. I expect resolution to be straight-forward but tedious.

It seems like the Dart analyzer ought to be able to determine that a declaration should be `var` if its redefined, `final` it is isn't, and `const` if it is...

Thanks for the detailed report! I was easily able to run the IDE in a debugger and find the culprit. This is actually due to a bug in the Dart...

The root cause of this problem is an error thrown by the Dart code in the flutter tool. Without more information there isn't much we can do. See #2657 for...

I can't find a `View` button. I checked both Android Studio and IntelliJ. (Also checked VS Code.) Can you give me a screen shot that shows it? Could it possibly...

I cannot reproduce this problem. I added a long String variable to some existing code. `lfen` is just 12 copies of `_fen` concatenated together with a space between them. ```...

@devoncarew I think that's it. I realized as I was out for a walk that I was using a String, not something that had to have `toString()` applied. I'll look...

I was able to repro the problem. A PR to fix it is out for review. I'm planning a point release in the next few days so you should get...