Aaron Madlon-Kay

Results 167 comments of Aaron Madlon-Kay

[This test failure](https://github.com/Baseflow/flutter_cached_network_image/actions/runs/6305583654/job/17635766673?pr=576) appears to be spurious.

@bbatsov I wouldn't be surprised if it's not a problem in more recent versions, but: > unfortunately I don't think we'd get backported fixes to all historical versions of interest,...

Sorry I wasn't clear. It's a file named `Icon\r` (with a literal carriage return on the end); this is expressed in a dired buffer as `Icon\015`.

When I run `flutter-run` with multiple devices available, I get a prompt that lets me interactively choose the device: ``` Checking for wireless devices... Connected devices: Pixel 2 (mobile) •...

My best guess is that either Flutter or Emacs behaves differently on Windows. `flutter-run` starts the flutter process with `make-comint-in-buffer`. I tried to look into how that works to see...

If you run `(flutter-run "-d all")` (or `-d 1` or whatever), does the app start and can you interact with the flutter process with the usual keys? (`r` to refresh,...

> It will be nice if we could just customize the arguments. You can make your own function and bind it as you like, per the comment I linked earlier....

This is easy to trigger on macOS when you have opened a file in a restricted directory such as iCloud Drive (you can open a specific iCloud Drive file in...

This is not the right way to do this. There are use cases where selectability is not desired. The consumer of this package should be able to choose whether the...