Mark Yen

Results 82 comments of Mark Yen

https://github.com/DefinitelyTyped/DefinitelyTyped/pull/73194 appears to have fixed the issues (that is, `@types/node` modified things to work with this again).

Note for implementation: We actually apply the update on next start (since we trigger a restart on downloading the update, and then actually run it later). We may need to...

Octokit v4 only supports ES modules now (no longer commonJS); we cannot currently bump it, but should look after #6744 (since Electron supports ES modules as of 28). Technically this...

Relevant log lines: ``` lima.log ┌2024-05-16T19:01:39.736Z: > limactl copy /var/folders/rd/jq5bhm013dz9chrpmp5cmqjc0000gn/T/rd-lima-guestagent-TEcXDa/lima-guestagent 0:/tmp/rd-lima-guestagent-TEcXDa.lima-guestagent lima.log │$ c [Error]: /Applications/Rancher Desktop.app/Contents/Resources/resources/darwin/lima/bin/limactl.ventura exited with code 255 lima.log │ at ChildProcess. (/Applications/Rancher Desktop.app/Contents/Resources/app.asar/dist/app/background.js:2:138053) lima.log │ at...

Hi! Are you able to see those zombies in Process Explorer? If yes, can you share their command line (if available)? Otherwise, we may need to try using procmon.exe (filter...

That sounds interesting; it sounds like VSCode is not cleaning up properly from invoking `docker.exe context ls`, then; I had expected the issue to be us holding on to (the...

Currently all of our Navigation Methods stuff is missing: https://github.com/rancher-sandbox/rancher-desktop/blob/1374b9cee48ccf0cf087fc6696b431764f39babf/pkg/rancher-desktop/preload/extensions.ts#L338 That just needs to be implemented. Note that that runs in the extension context, so it'll need to do an...

FWIW, https://github.com/git-for-windows/git/issues/5199 may be relevant. Note that git-for-Windows picked up the fixes, but as far as I know it's not in upstream cygwin/msys2 yet. https://github.com/actions/runner-images/commit/fcc4cdb1d095af1317859c4809364538953b3497 linked above shows that Git...

Hi! Sorry about that. Would you be able to attach all of the [logs](https://docs.rancherdesktop.io/ui/troubleshooting/#show-logs) to help us see what's going on? If you can't interact with Rancher Desktop right now,...

Thanks! Unfortunately, that didn't seem to contain anything related to the error (which probably means we didn't log it correctly). But it looks like the issue is with the _dive-in_...