Artem
Artem
Does it make sense to upgrade to version 4.26.x? Or is the bug still not fixed?
The force_tcp option seems to help (see https://github.com/docker/for-mac/issues/7088#issuecomment-1880516515), but this workaround has not been fully tested yet. To set this option you need to open the editor with the command:...
@codebytere I think that Automation is only accessible by executing AppleScript via a system command, for example: ``` osascript -e 'tell app id "com.apple.Safari" to get count' ``` If permissions...
A small piece of log from the linked issue (https://github.com/docker/for-win/issues/13808): ```sh-session # ping oauth2.googleapis.com ping: connect: Cannot assign requested address # ping oauth2.googleapis.com ping: oauth2.googleapis.com: Temporary failure in name resolution...
One confusing point - the [release notes](https://docs.docker.com/desktop/release-notes/) say that CoreDNS was updated to v1.10.1 in Docker 4.21, but for some reason the issue only appeared in 4.25.
I can't imagine a case where xz compression would be acceptable for an Electron.js app around 100 MB in size. When compression is set to "maximum" any other algorithm (lzo,...
@Slapbox Thanks, I finally understood your suggestion and figured out how these libraries work together. That is, first we need `app-builder` to be able to pass the [`-Xcompression-level`](https://manpages.debian.org/testing/squashfs-tools/mksquashfs.1.en.html) parameter. And...
It would be great if someone could compare the compression ratio on a simple `Electron` app with two sets of options: ``` -comp xz -Xdict-size 100% -b 1048576 ``` ```...
It would be a good start to translate https://commonmark.org/help/ page only, so it can be used as basic usage help for end-users.