I’ve noticed recently some bizarre behavior from Sunrise Commander on new versions of Emacs, including not setting up panes correctly, or not understanding where the “other” pane is.
I’ve submitted a couple of merge requests but there is still more work to be done before it exhibits stability again. I am still familiarizing myself with the codebase.
Brian Kelley contributed my Apple Silicon changes upstream, and I’ve moved on to a different project, so this blog post is no longer relevant. Currently working on a GNU Lisp OS: https://github.com/enzuru
The OpenMW team reacted positively to my Apple Silicon build work and has asked for help in merging my changes upstream, as well as setting up build pipelines for Apple Silicon and the BSDs.
These tasks are very much in my wheelhouse, and I am very excited to contribute to such an awesome project. This FOSS work will help many more people play one of the greatest Western RPGs of all time. I will be documenting this work in future blog posts.
I noticed that the InfluxDB Helm chart did not have a variable allowing me to set ingressClassName, an important variable on Kubernetes 1.8 clusters that was simply an annotation in previous Kubernetes versions. For instance, I can set this variable to something like “nginx” to get nginx as my ingress.
I submitted a PR that was quickly merged that will provide that feature, and it seems to be working fine.