pkill37

Results 17 issues of pkill37

Hey, great tool! I just ran it and thought the savings message at the end was a little awkward. Maybe you'd like to merge this small change in phrasing?

In matter.tex ``` \renewcommand\listingscaption{Código} ``` forces the caption indicator of code listings to be in portuguese

Translate boilerplate text to English so that prose linting and such works out of the box.

enhancement

Given an individual PEM-encoded certificate `cert`, I want to validate it against a certification chain located in `./cc_certs/PT.pem` which I open to build a list of intermediate certificates: ```python def...