Chongyi Zheng
Chongyi Zheng
Native support is still a work in progress. This repo tracks that: https://github.com/iains/gcc-darwin-arm64.
Can electron-store offer options store files separately? It would be nice if implemented
`WasReborn()` can be used to check if it's the child process. Something like this could be used: ```go if daemon.WasReborn() { // call Reborn(), defer Release(), etc... again } else...
@singhksandeep25 'replections' in pull request title is a typo, should be reflection.
Is there any updates on this? I'm interested in having a arm64 build, and I can send a PR on this.
I managed to just change `k3S_URL` in `/etc/systemd/system/k3s-agent.service.env` file, and then run `systemctl restart k3s-agent`, and I have the nodes connected again. I didn't even remove the node, and didn't...
Right now the workaround is specifying the `arch` e.g. `deb [arch=amd64 signed-by=/usr/share/keyrings/cloudflare-main.gpg] https://pkg.cloudflare.com/cloudflared jammy main`
> Wouldn't the fix be for cloudflare to publish for `arch=i386` (what every other debian/ubuntu package does) instead of `arch=386` (probably an unintentional typo at some point). I think it...