Neil Wilson

Results 45 comments of Neil Wilson

Our use case is bastion hosts/users for remote execs. They work fine for the forward provisioners, but not the destroy time provisioner. https://github.com/brightbox/kubernetes-cluster/blob/21169f9c575316eda10340c95857904fcca89855/master/main.tf#L108 The bastion user is calculated from the...

There's loads here where I'm taking something from an array, updating it and putting it back. For example: https://github.com/newwayland/game/blob/master/src/model/Model/TaskManager.elm#L102

It should follow the pattern for List, Array, etc I would have thought. If you put `(a -> b -> b) -> b -> Maybe a -> b` into elm...

I've tried various streaming's versions of the functions to make https://github.com/NeilW/elm-orderbook/blob/master/src/OrderBook.elm#L192 clearer, but nothing is as clear as writing it out. And even that's not that clear :-) I actually...

- `existsAnd / notExistsOr` - `isJustAnd / isNothingOr` With the last two fitting nicely with the existing `isJust` and `isNothing` function names

GlusterFS containers. https://github.com/gluster/gluster-containers/blob/master/CentOS/Dockerfile Typically these run on 'net=host' to avoid a long list of port exports. However the 'kamal' network in kamal prevents that option.

``` Finished in 562.249692s, 0.9124 runs/s, 3.2939 assertions/s. 513 runs, 1852 assertions, 0 failures, 0 errors, 0 skips ```

Finished in 597.636880s, 0.8617 runs/s, 3.1909 assertions/s. 515 runs, 1907 assertions, 0 failures, 0 errors, 0 skips

Thanks for the comment @dhh I've updated the fix and it should now work with `kamal setup` as well as `kamal server bootstrap`. I've created a kamal container for anybody...

Update to reduce the ferocity of the session termination. Now only terminates the initiating kamal session.