Tom Plant
Tom Plant
just ran into a third usecase. occasionally tunnel liveness probes fail on one of my clusters with `context deadline exceeded (Client.Timeout exceeded while awaiting headers)`, and this feature would let...
Manually creating a link would be a great workaround. I have large files that are much faster to upload/download directly, so we currently add download links to challenge descriptions
Login, search, and download, particularly download since that has the most logic
Which [MSIX features](https://learn.microsoft.com/en-us/windows/msix/supported-platforms) do projects want to use? Eg AppContainers, bundling, Azure Trusted Signing, etc. It's easy to just change `.appx` to `.msix` (happy to PR this as an `appx`...
@djriffel yes AppX files can just be renamed (I [wrote some commits](https://github.com/electron-userland/electron-builder/compare/master...pl4nty:electron-builder:master) implementing this), but I'm not sure there's much point in that alone. support for later MSIX versions instead...
Community SBC support is planned in an external repo (#8065). In the meantime, I wrote a small guide for adding new SBCs (#7913) based on my experiences with the Pine64...
@si0ls looks great! I've used your patches to build a [v1.6.4 image without the rk3588 extension](https://talos-factory.tplant.com.au/image/376567988ad370138ad8b2698212367b8edcb69b5fd68c80be1f2ec7d603b4ba/v1.6.4-orangepi5/metal-orangepi_5-arm64.raw.xz) using my [image-factory](https://talos-factory.tplant.com.au), no idea if it'll boot though
I've built a [v1.6.5 image](https://talos-factory.tplant.com.au/image/376567988ad370138ad8b2698212367b8edcb69b5fd68c80be1f2ec7d603b4ba/v1.6.5-orangepi5/metal-orangepi_5-arm64.raw.xz) with latest kernel/U-Boot/ATF (started yesterday, just saw you're working on this too). I also fixed the U-Boot rootfs path, maybe that'll fix your boot issues?...
@SheGe I'm not sure about ETAs, but the new U-boot version requires [lots of SBC compatibility changes](https://github.com/siderolabs/pkgs/pull/860) so might be time-consuming to test. No idea whether the kernel patch would...
@torvitas the [kernel patch](https://patchew.org/linux/[email protected]/) hasn't been accepted yet, but v8 was close and v9 was submitted a few weeks ago. Talos uses LTS kernel versions, usually the last stable release...