Ian Hickson
Ian Hickson
* Enable asserst when running analyze_snippet_code.dart * Revamp analyze_snippet_code.dart to actually analyze _all_ code snippets. * Add a full example for SliverOpacity. * Export src/cupertino/debug.dart which we somehow had missed....
This has been reported to show early-onset jank caused by CupertinoAlertDialog: https://github.com/timsneath/cupabox
It would be great if monocle could, for a given time range, list people who are members of the organization but have not actually contributed, and list people who are...
It would be really interesting to see metrics like the mean time to merge (and maybe the standard deviation?) _over time_ for a repository, organization, or person.
One of the features I was hoping to find in Monocle is a way to determine who is actually active in the repo, so that I can figure out who's...
Issues
One of the main ways that people interact with our repository is filing issues. It would be great if it was possible to track activity across issues over time, since...
It would be great if we could hook up jump to definition to keep going all the way down into the C++ code.
We're getting reports that people updating to Flutter 3.0.0 are seeing warnings when they try to run the template app, and the warnings mention code that does not exist any...
If I'm reading the code correctly, in the C implementation, a 0xAF opcode (`C` command) followed by a 0x4F opcode (`T` command) will result in the `T` command using the...
The appendix says that the linear gradient matrix can have d=0 and e=0. However, that means that the matrix in question is not invertible, so it's not clear to me...