Filippo Valsorda
Filippo Valsorda
Ahem, I might not have initially expected this to become so popular. Now, tests would have to be integration tests to be meaningful, and that's going to be a pain,...
Linux is not trivial, if we want meaningful tests. We need to run in a number of environments, which means we'll probably need some sort of runner/testlet system, and a...
I had a couple people ask to use the tool as a library, so I'm going to leave this open to think about it, but it will take some care...
Hi Matt, thanks for helping with context! A couple questions: * do you need the CA to be installed in the system store, or just for it to be trusted...
I am resisting adding an API because I don't want to encourage depending on mkcert (and hence on installing a root) as part of end-user software. Instead I want mkcert...
@noglitchyo Thanks for the detailed comment. I see that as definitely out of scope for mkcert itself, and something that can be built on top of it. In particular because...
archive.is has a nice set of scripts that do things like expanding all Reddit threads or scrolling through Twitter timelines before taking a snapshot. This is the kind of thing...
I talked about the ArchiveBox scenario with a couple experts, and we came up with a better option than ``: `Content-Security-Policy: sandbox`, which instructs the browser to treat the load...
Something I do often on machines where I don't want to install software or credentials is `ssh machine.home.arpa tar cv ~`. It would be awesome to be able to pipe...
This line ``` rage -e -R test_public.key temp_5mb_file -o temp_5mb_file.age ``` is encrypting to nothing, because test_public.key is now like ``` # created: 2022-06-23T22:48:35+02:00 # public key: age1d8jxqr7g92d586a4ncrrmspwxdv7n0wmr7k3y449dnpvnjwwp9ks7ukvsm ``` which...