Results 469 comments of Malcolm Smith

I've changed my mind about using this in the test app: see https://github.com/beeware/toga/pull/1687#discussion_r1035482562. So there's no immediate need to fix this. But when we do, it's important to minimize any...

To build offline for Android, as well as sdkmanager packages, you would also need cached copies of all the necessary Gradle plugins and libraries. I think the only feasible way...

Previous discussion: https://github.com/beeware/toga/pull/3118#issuecomment-2669605322 In summary, we wrapped these widgets in an extra native RelativeLayout on which these features could be drawn. This fixed the issue for widgets with their own...

> I'd rather have a single number with no indication a proportion of progress than two numbers that strongly suggest a proportion of progress and are not. The second number...

_Originally posted by @freakboy3742 in https://github.com/beeware/briefcase/issues/1362#issuecomment-1650949712_ --- Generally speaking, I agree - however, I think I'd qualify this by saying that the bar for "more useful" should be very low,...

Here's another example from Discord, where a `git` command failed because the the Git version was too old: [briefcase.2024_07_09-16_47_44.new.log](https://github.com/user-attachments/files/16160220/briefcase.2024_07_09-16_47_44.new.log) Briefcase displays a misleading message: ``` This may be because your...

I agree with the "style guide", but I would argue that it still makes sense to display the Git output in this case, unless we can determine a specific cause...

Another example: ``` Submitting app for notariztion... errored Unable to submit build/helloworld/macos/app/Hello World.app for notarization. Log saved to /Users/msmith/git/beeware/apps/helloworld/logs/briefcase.2025_01_15-22_02_57.package.log ``` Error in log (1250 lines from the top, and 350...

I made a previous attempt at this in #764, but it got abandoned because of higher priority work.