Nicolas Trangez
Nicolas Trangez
I'm not sure whether it's possible to add support for this, but it'd be nice to be able to choose a merge strategy and custom strategy options (or if that's...
(Originally brought up in https://github.com/systemd/mkosi/pull/489#issuecomment-795469878) Currently `mkosi` does not support BIOS boot when `gpt_squashfs` is used. Furthermore, when BIOS booting is used with `--verity` enabled, `dm-verity` is not used at...
The link to http://s3-server.readthedocs.io/en/latest/GETTING_STARTED/#configuration in https://github.com/scality/cloudserver#run-it-with-multiple-data-backends is 404.
https://github.com/scality/metalk8s/pull/1445 introduces a Helm chart that's rendered using a simple script and then checked into the repo. Instead, this should be done by the buildchain (creating the `chart.sls` file), such...
Currently when running the `metalk8s.containerd` state, it includes the `metalk8s.repo` state which configures EPEL and the `kubernetes` repository on the system. There's no need to include the latter to install...
In `salt/metalk8s/volumes/installed.sls`, the dependencies for the storage provisioning states are installed. However, unlikes `xfsprogs` and `e2fsprogs`, `gdisk` isn't listed in the (generated) `salt/metalk8s/versions.json` file.
It's a bit unclear to me how one is supposed to return an error to a client for a 'normal' RPC request, except by throwing an exception in a handler...
Not a complete fix for #134, but at least provide one more instance for `base` classes. Given `ReaderT` provides instances for many more classes (many of them in `base` or...
Since the `Actor` monad is basically a `ReaderT`, do you think it'd be possible to add instances for `exception`'s `MonadThrow`, `MonadCatch` and `MonadMask`? Of course, exception handling ought to be...
See #14 and #15.