Mark Yen
Mark Yen
Hello! Would the ability to pass command line arguments to the underlying binaries (`nuxt` and `electron-builder`) make sense? Currently, I'm trying to run builds in GitHub Actions, and by default...
## Description In this case, `prjMetadata.root` is an untyped JSON result (that is, it can be object, array, number, etc.), but `FS.copySync` needs to take a string; do an explicit...
## Description Add support to generate a self-signed TLS certificate for localhost, so that it can be used in situations where running the openssl command is difficult / inappropriate. ##...
**Is your feature request related to a problem? Please describe.** I'm using a kv2 store, with a key that had a dash: `foo-bar`. This produced errors that we difficult to...
We want to refactor the [`KubernetesBackend`](https://github.com/rancher-sandbox/rancher-desktop/blob/096181dd764b4f4fd2b8158bee8698f3a14213e7/src/k8s-engine/k8s.ts#L106) related code to have a cleaner split between things that deal with the VM / runtime environment, and things involved in running Kubernetes. This...
### Actual Behavior `cri-dockerd` is using the default pause image (`k8s.gcr.io/pause:3.1`) instead of the one k3s wants (`rancher/mirrored-pause:3.6` or whatever). ### Steps to Reproduce - Use a build with #1766...
### Problem Description Currently, our release flow on Windows involves grabbing the existing build from CI (GitHub Actions), and then [manually signing it](https://github.com/rancher-sandbox/rancher-desktop/blob/main/scripts/sign.ts). On the mac, however, we currently require...
Hi, first, thanks for the extension! I've been using it for quite a while now. I have a default container rule for `~{domain}.{tld}`; however, on `https://amazon.co.uk/`, that generates a container...
It appears that using the default container functionality breaks view source. Steps to reproduce: 1. Set the default container to use a `~{domain}.{tld}` container name. 2. Go to https://example.com/ 3....
**Is your feature request related to a problem? Please describe.** Context: attempting to implement NFS-persi for kubecf. For kubecf, we would like to be able to implement diego volume drivers...