Wiktor Kwapisiewicz

Results 56 comments of Wiktor Kwapisiewicz

Nginx with a custom plugin: https://github.com/grahamedgecombe/nginx-ct

Yep, it's a low priority IMHO. Last time I checked some CA considered distributing SCT via TLS extensions to be the "correct approach" though. See: https://forum.startcom.org/viewtopic.php?p=21381&sid=3ca262ae78a1e69f299c08ff9990e015#p21381

I'd also be interested in something like mini-frame but for terminals. If someone has an alternative please do share. Thanks!

For the record I've been able to compile ring for aarch64 by using llvm like Brian mentioned. I've taken environment variables from [StackOverflow](https://stackoverflow.com/a/65876959) that took it from [ring's config file](https://github.com/briansmith/ring/blob/main/mk/cargo.sh):...

Not sure as I've never used that from the developer's PoV. But have you tried removing it and setting it up from scratch? (The good ol' developer's joke: have you...

I found something in the FAQ but I can't test it as I'm not an admin. See if this helps: https://docs.weblate.org/en/latest/faq.html#how-to-fix-merge-conflicts-in-translations

This is a good overview but given Conversations design decisions (E2EE as first-class feature) this leaves out server generated previews ("Approach 3"). Now whichever option you pick the preview display...

@marten-de-vries sure, use this example as you want. I tried to make it as simple as possible. I've got a lot of async code that needs to run on ES5...

Seeing `This project is currently unmaintained.` in the README I closed it as it will likely *never* be resolved.

For people that arrive here looking for a working example: ```rust let mut opts = ResolverOpts::default(); opts.validate = true; let config = ResolverConfig::default(); let resolver = TokioAsyncResolver::tokio(config, opts)?; let answers...