Robin H. Johnson

Results 158 comments of Robin H. Johnson

It's not perfect yet, I couldn't figure out how how to mock `socket.getaddrinfo` for testing

Hmm, the spec does say to do the advanced/direct switch depending if the hostname exists. How do we make that determination behind a proxy? Do we trust that the HTTPS...

@gilbertchen you won't want all files in the same storage class blindly, and you do need to be able to set it per-file at upload time. Just adding another storage...

In the Git model, the repository IS the destination. `git commit` takes something that you staged from your working directory and puts it into the repository; `git push` copies from...

No, I think get away from repository entirely, since it doesn't say where it is in the Git/Hg sense.

I started a googledoc here to collect existing terminology. https://docs.google.com/spreadsheets/d/14-ZJyWGgw5jt163Jh_3Wkq8jRY25R-TfPYUfxAg-x1U/edit?usp=sharing

I have already looked at LICENSE.md in the CLI repo; it believes that you must be either Personal XOR Commercial. It doesn't say anything about non-personal non-commercial. The [Buy](https://duplicacy.com/buy.html) page...

@gilbertchen Thanks, this does clear it up. Can you codify this into your LICENSE.md or the webpage? (and maybe define _User_ for the CLI license as well). I did see...

Even with `--nocheck=never`, on a sample drive that's loaded to 100% IO, smartctl returns different output with & without the `--xall` command.. We need to bring back the `--xall` to...

[smartctl-xall-json.patch.gz](https://github.com/prometheus-community/smartctl_exporter/files/12919641/smartctl-xall-json.patch.gz) Sorry, GitHub would not let me attach the patch unless I compressed it.