✨ Q (it/its) ✨
✨ Q (it/its) ✨
Given an enum with a name and an alias, such as below. ```rust #[derive(Debug, Serialize, Deserialize, Clone)] pub enum PSCNatureOfControls { #[serde( rename = "{http://xmlgw.companieshouse.gov.uk}NatureOfControls", alias = "{http://www.govtalk.gov.uk/CM/envelope}NatureOfControls" )] NatureOfControls(NatureOfControls),...
## What type of PR? Bug fix ## What does this PR do? NGINX front container currently does not handle IPv6 resolver addresses correctly, this PR fixes this. ## Prerequisites...
Config file; the weird `lib_path` is due to NixOS shenanigans ```toml admin_token = "abc" data_dir = "/home/q/Documents/krill/tmp/data" service_uri = "https://localhost:3000/" log_level = "trace" log_type = "stderr" [[signers]] name = "nitrokey"...
### Prerequisites * [X] Put an X between the brackets on this line if you have done all of the following: * Read about bug reporting in general: https://rspamd.com/doc/faq.html#how-to-report-bugs-found-in-rspamd *...
### Terraform CLI and Provider Versions ``` Terraform v1.2.4 on linux_amd64 + provider registry.terraform.io/hashicorp/dns v3.2.3 ``` ### Terraform Configuration ```terraform provider "dns" { update { server = "ns1.as207960.net" key_name =...
Fix for issue #66
When loading certain public keys through `oscrypto.asymetric.load_certificate` then trying to inspect any property (say `algorithm`) an OSError such as `OSStatus 62339392` is thrown. The exact error code is always different...
### Pre-Checks - [X] Check that there isn't [already an issue](https://github.com/elk-zone/elk/issues) that reports the same bug to avoid creating a duplicate. - [X] Check that this is a concrete bug....
### Description Add a localisation for the Welsh language. ### Additional context The string `"moved_title": "has indicated that their new account is now:"` can't really be translated It is assumed...
When a CA fails to issue a certificate after finalisation Certbot currently prints the following unhelpful message: ``` An unexpected error occurred: acme.errors.IssuanceError ``` This PR makes Certbot print the...