Rapha
Rapha
As some UML diagrams can be very big it would be great if this plugin would allow for easy zooming on the images. Currently a `right-click` and `Show Image` can...
**Distribution (run `cat /etc/os-release`):** NAME="Pop!_OS" VERSION="18.04 LTS" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Pop!_OS 18.04 LTS" VERSION_ID="18.04" HOME_URL="https://system76.com/pop" SUPPORT_URL="http://support.system76.com" BUG_REPORT_URL="https://github.com/pop-os/pop/issues" PRIVACY_POLICY_URL="https://system76.com/privacy" VERSION_CODENAME=bionic UBUNTU_CODENAME=bionic **Related Application and/or Package Version (run `apt policy $PACKAGE NAME`):** Installer...
We deploy open-balena to an air-gapped network where the router resolves all the required balena domains: e.g. api.aivero.lan and advertises that DNS server via DHCP. We `balena os configure` RaspberryPi3...
# DRAFT This MR enables air-gapped installation of open-balena This very much builds on https://forums.balena.io/t/supported-devices-in-open-balena/357665 We have this working in production. I would appreciate feedback on how to best integrate...
On https://www.balena.io/os#download-os the NVIDIA Jetson TX2 is listed with BalenaOS version 5.3.3, but the TX2 NX is only on version 2.113.14. Is there any major blocker for getting the TX2...
Just a small thing to spread the info that NIST now considers rotation of passwords a valid finding in security audits https://pages.nist.gov/800-63-4/sp800-63b/authenticators/#passwordver
**Minimal .gitlab-ci.yml illustrating the issue** ```yml variables: OVERRIDE_NEEDS_TO: "a" build-a: stage: build script: echo "Feature branch, so building dev version..." build-b: stage: build script: echo "Default branch, so building prod...