Ben Porter
Ben Porter
This updates the elixir version in the Dockerfile, and also adopts the new `Config` module in order to avoid deprecation warnings Note: We should seriously consider removing `config` entirely from...
The CRD v1beta1 has been removed from later versions of k8s (v1.20+). Format has changed from `v1beta1` to `v1` and it is incompatible, so some non-trivial changes are required. For...
Cleanup some lines with aberrant style: - Standardize on parens having a space between `if (` - Convert a few tabs to spaces to match rest of file - Fix...
Run non-controversial formatter fixes. Excluded fixes include the single-line comments, and no parens in the `Enum.map`. Also add `.formatter.exs` config file for formatter so you can run: `mix format`
Hi @paulej . Long time aescrypt user here. In fact, at some point it became a critical part of my life and it's one of the first thing I have...
Any plans to support HOTP? I don't know if/when I'd have time, but if I added HOTP support in a PR would it be accepted? It would screw up the...
I noticed the latest version (released today) is 2.0.17, but the latest release here is v1.9.8. and nothing has been committed in a couple of years. What's going on?
Also fix some formatted that was getting double rendered
Apologies if this is not the correct place for this. I searched around but could not find anywhere. Where is local data _currently_ stored when running the app image version?...