Robin Munn
Robin Munn
It looks like there's already a PR that would fix this: https://github.com/actions/toolkit/pull/1609. It just needs a review from the GitHub Actions team.
I've switched https://github.com/actions/toolkit/pull/1723 (proposed fix for retaining file permissions in uploaded .zip files) to use `zip.file(file.sourcePath)` instead of `zip.append(createReadStream(file.sourcePath))` so that that PR can also fix this bug at the...
@konradpabjan - https://github.com/actions/toolkit/pull/1723 is a PR that should fix this bug (along with https://github.com/actions/upload-artifact/issues/38); it only needs a review from a GitHub team member before it can be merged. Would...
@lczech @xanather - I opened https://github.com/orgs/community/discussions/127202 a while ago to try to get some attention. Nobody from the GitHub team seems to have noticed it. If you could perhaps upvote...
A GitHub team member recommended in https://github.com/actions/toolkit/pull/1723#issuecomment-2243758561 that I split the fix for this bug out of https://github.com/actions/toolkit/pull/1723 which was also fixing the Unix file permissions issue. So I've created...
Still occurring with Docker Desktop version 4.21.1. All reports of this so far (including me) have been using Linux Mint 21; perhaps this behavior is specific to Mint and/or the...
Still occurring with version 4.30.0-149282. The workaround from https://github.com/docker/desktop-linux/issues/109#issuecomment-1544438060 (start `gnome-terminal-server` manually first, and only **then** start `docker-desktop`) continues to work.
That's the virtual disk image for Docker Desktop's VM. The way Docker Desktop works (on every platform) is, it runs a Linux virtual machine, and the Docker engine runs in...
Probably a duplicate of #109. Try starting `gnome-terminal-server` first (found in `/usr/libexec/gnome-terminal-server`), and then start Docker Desktop. If this is the same bug as #109, that's a workaround that should...
/remove-lifecycle stale