Mark Yen

Results 50 comments of Mark Yen

Some notes (feel free to discard): - We can run GitHub Actions on a schedule; perhaps we can use that for the bumping. - For Docker CLI, for #2567 we'll...

See also #824 (this might be a dupe, depending on your point of view).

I believe that `rdctl shell` + `sudo poweroff` _does_ shut down the VM; however, `limactl stop` does _not_. It feels like something is off about ACPI in the VM.

Thanks for filing the issue! Given the error message, I believe only the _destination_ (that is, `C:\Users\user\AppData\Local\rancher-desktop\distro`) needs to be uncompressed. This would be because that's where the disk image...

For implementation reference: https://docs.microsoft.com/en-us/windows/win32/fileio/compression-attribute has details on compression, so we should be able to use [`FSCTL_SET_COMPRESSION`](https://docs.microsoft.com/en-us/windows/win32/api/winioctl/ni-winioctl-fsctl_set_compression) to enforce that the destination directory is uncompressed before doing the import.

Looking around, I see a https://github.com/rapid7/go-get-proxied that seems to call [WinHttpGetProxyForUrl](https://docs.microsoft.com/en-us/windows/win32/api/winhttp/nf-winhttp-winhttpgetproxyforurl) which should be correct here. I haven't looked too deeply at that, though; not sure what the quality of...

Hmm, how did you determine that it was still running? There's a `Rancher Desktop.exe` process that's still alive? The window is still up?

Odd, the dashboard eventually comes back to life for me. (I was going to file a bug about the dashboard breaking when we restart, but I couldn't reproduce the issue.)

We currently do not have any argument parsing, as Rancher Desktop is designed for interactive development use. We have not focused on non-interactive usage at this point. I'm going to...

> How can I help ? We currently have not worked on this; therefore, research on the inner workings of Windows containers like the [APIs](https://docs.microsoft.com/en-us/virtualization/api/hcs/overview), etc. would be helpful. However,...