Robin H. Johnson
Robin H. Johnson
Signed-off-by: Robin H. Johnson
This ticket is meant as a start to making the language usage in Duplicacy much easier to understand, so that more people will use Duplicacy. Finding an actual technical writer/editor...
One of the sets of content I need to back up is already maximally compressed with XZ, and it makes no sense to try further compressing the chunks with LZ4....
Your license describes usage for personal use & commercial use, but doesn't describe what is needed for usage that doesn't fit into either of those categories. Eg, open-source projects, non-profit...
The definition of sample is that it should be WITHOUT replacement. From the Rubydocs on Array#sample: The elements are chosen by using random and unique indices into the array in...
Please tag a new official release that includes the changes since 2013, esp 2041deb6 (cpu usage 100%)
I think there is a statistical problem with your code. Weights [1,1,1,1,9996] Picking unique items repeatedly, the equal low-weight elements should come up with equal probability. Changing the random seed...
If no Vault can be reached from the $VAULT_ADDR, don't display the prompt (basically do a status check very early on).
Rather than taking `VAULT_ADDR=..` at container startup time, take the address of a Consul server and the Consul service name to run a lookup of, so that the UI tracks...
Support MFA authentication, as it's just extensions onto `userpass` and `ldap` https://www.vaultproject.io/docs/auth/mfa.html