Alexander Kjeldaas

Results 59 comments of Alexander Kjeldaas

@mitchellwrosen > The exact same thing could happen using any polymorphic function like mempty, which I also don't advise for exactly the same reason. You should write [] instead of...

Why does the machine have to be placed into rescue mode? Also, would it be possible to attach the existing NixOS 18.03 ISO using the Hetzner API? https://docs.hetzner.cloud/#resources-server-actions-post-13 If the...

I now read that there are other projects called nixos-assimilate and nixos-infect. Compare and contrast!

This also requires supporting unix domain sockets. So supporting something like ``` data DaemonOptions = { daemonBind :: [N.SockAddr] , daemonPidFile :: PidFile , printOnDaemonStarted :: Bool } ``` would...

The main problem with this PR is that it isn't reviewed, or that it takes months to review. I looked through it, and this isn't a large change IMO. There...

I don't understand why whitespace changes or typo fixes makes it difficult to *review* code. I understand that the code is not in a mergeable state, but I don't understand...

To elaborate, these functions don't exist in `Data.List.NonEmpty` because `fold[lr1` in `Prelude` is safe for this use-case. However, given that these aren't in Protolude, maybe they need to be re-introduced.

I see that A also needs to be adjusted when the interval is variable, so this isn't quite correct.

I think requiring type annotations will make it mostly impossible to import large JSON structures like CloudFormation data.

Any update? This was referred to by https://www.tmjohnson.co.uk/posts/k8s/