Elliot Cameron
Elliot Cameron
I tried to install cachix on a fresh Ln7/nix-docker container and the instructions failed because tar and gzip are not on the PATH default. This is more of an issue...
DO finally supports custom images: https://blog.digitalocean.com/custom-images/ This should let us stop infecting Ubuntu and use DO normally.
Is it possible to rotate the keys that nixops has generated automatically? At the most basic level this would include the SSH keys for root on each machine.
Some events like `touchstart` and `touchmove` behave differently (by default) on different browsers. However, *changing* the default settings in `addEventHandler` is not at all straightforward. This PR attempts to solve...
`manageHistory` currently maintains changes to the route internally but any other JS code listening for route events won't be notified when these updates happen. We can dispatch this event and...
Add `Animationend` and `Transitionend` to the event tags.
I am very interested in the ability mix unix-pipe streams with native Haskell streams. All I really need to do this is [pipes-shell](http://hackage.haskell.org/package/pipes-shell-0.1.3/docs/Pipes-Shell.html), but I was surprised to find that...