Norbert Melzer
Norbert Melzer
I am totally aware of the problems of `systems = []`, and I am also aware that most people probably won't keep their `flake.packages.…` after migrating. Though the minimal migration...
I wanted to move away from gitter in favor of riot/matrix, as the mobile gitter app does not notify me and has a bad UX in general. Though not beeing...
I'm using `mod 'gentoo/portage', :git => "https://github.com/gentoo/puppet-portage.git", :branch => "master"`, but I still get this message, and I'm not sure how to deep dive to find the actual file which...
I used a small script to remove all comment lines from `package.*` recursively, and now the puppet run was green. I will leave it as this for now.
I don't think that there will be something better than Merge. It has a runtime of O(n log n) which is the best possible. One of its biggest downsides is...
As far as I understood @sashaafm on this, the difference was more for a learning than practical purpose. We are already in an internal discussion if we should change to...
I think I have an idea how to improve the private helper a lot. It does involve chopping down the list gradually and keeping track of the current heads value....
OK, I had really a hard time thinking about this, and I came to the following: 1. Doing it as drafted above, will result in a similar behaviour as it...
While constructing the erlang array from a list, it involves reading and copying every single element of the list into the array. Also since we cant build the array at...
The library you linked is a wrapper, I thought of a complete reimplementation. Reimplementing would remove one layer of abstraction (vs. that package), also we would have a better control...