Malcolm Smith
Malcolm Smith
@Cameronsplaze is now looking at this in #2586.
> Not to derail this PR...but just wanted to note I've seen [Wandalen/wretry.action](https://github.com/Wandalen/wretry.action) implemented with `download-artifact@v4`....not great...but technically another option rather than rolling back. This is still breaking the Toga...
https://github.com/beeware/toga/actions/runs/8861280348 may be related, but in this case it involves the MapView rather than the WebView: ``` =================================== FAILURES =================================== ________________________________ test_add_pins _________________________________ Traceback (most recent call last): File "/Users/runner/work/toga/toga/testbed/build/testbed/macos/app/Toga...
These OS packages are already mentioned in the [first page of the tutorial](https://toga.readthedocs.io/en/latest/tutorial/tutorial-0.html), in the "Linux" tab of "install Toga into your virtual environment". However, if I was reading that,...
On macOS, the daemon is not currently receiving updates of any environment variables at all (https://github.com/gradle/gradle/issues/12905#issuecomment-675193289).
Note that on macOS at least, this affects not only PATH, but *all* environment variables (#12905).
>> Note that on macOS at least, this affects not only PATH, but all environment variables (https://github.com/gradle/gradle/issues/12905). > > I don't see that with newer versions of Gradle. I can...
This was a breaking change for users who already used the `template` key for something else (https://github.com/beeware/briefcase/issues/1347), but it was not released with a major version number increment. Perhaps it...
Last week we talked about the idea of making Briefcase inspect the environment using something like `importlib.metadata`, and comparing it with the requirements to see whether it needs to re-run...
MSYS2 has console issues with many different programs, not just Briefcase. And I don't think it's popular enough to be worth the effort of fixing them on our side.