Results 469 comments of Malcolm Smith

According to `man log`: > By default, the command assumes system-wide streaming. Specifying a process id with the --process option will narrow the results. I wonder if this might also...

> Those arguments allow streaming stdout and stderr to a _file_, which we could then stream. A named pipe might be even easier, since there would be less to clean...

> the current setup involves starting the log, then starting the app, which guarantees that you get all the logs. However, to filter logs based on PID, we'd need to...

Or more generally, we could add an option to copy arbitrary content into the bundle – essentially the opposite of `cleanup_paths`. This would go some way towards supporting the "use...

Yes, I guess it would. And each backend would be responsible for providing whatever infrastructure is necessary to run the script. As you might guess from my previous comment, I'm...

This would be the `flex_wrap` property – see discussion in #114.

> * A switch to using venvs for at least windows/macOS/iOS builds, inside an xbuild/xvenv environment. Why would Windows and macOS need a cross environment?

Thanks, that all makes sense. > 2\. note that it already says `To disable this, choose "Customize" at the "Installation Type" phase, and disable the "Modify PATH" option` You're right,...

> Finding the `--upgrade` bug in `pip` is a nice catch - but unfortunately, removing that flag isn't an option. `briefcase update -r` needs to be able to upgrade packages....

Now supported on every platform except Linux, for which I'll add a separate issue.