Alexander Dupuy

Results 10 comments of Alexander Dupuy

This is definitely an issue that should also be addressed in the documentation - for security to be meaningful it is important for end-users to fully understand the security implications...

@reedloden Technically, a symmetric key is used for encryption of files in every case - it is just that in the second case the symmetric key itself is encrypted with...

This could be used as the basis for some additional integration testing in the tests/odf_xliff/ or tests/xliff_conformance.

I've had decent success with `file -m yaml.magic`, where `yaml.magic` is the following: ``` #------------------------------------------------------------------------------ # $File$ # yaml: file(1) magic for Yet Another Markup Language # 0 string/b %YAML\...

I'm using the https://pre-commit.ci CI service to run gitlint as a pre-commit check, but had to explicitly add `stages: [manual, pre-commit]` to get it to run there. The `.pre-commit-hooks.yaml` added...

Adding the `pre-commit` stage for the `gitlint-ci` hook to my `.pre-commit-config.yaml` was a pretty easy fix to get the hook to run on @asottile's excellent [pre-commit.ci](https://pre-commit.ci) service. My PR was...

The error message in your output: `re2/dfa.cc:447: DFA out of memory: prog size 95874 mem 2412486` indicates that your regular expressions were so complex that the generated DFA ran out...

even better would be to query publicdns.goog and validate the DNSSEC signature...

Yes, you're right about the addresses being different, I realized that a moment after posting, and was in the process of editing the comment: publicdns.goog uses the anycast 8.8.8.8 etc....

The Pandoc syntax for definition lists is indeed the Markdown Extra syntax, but with a small variation: ~ (tilde) is allowed as an alternate bullet character for definitions, as well...