AG
AG
For reference, here is the current JP parser class: class WhoisJp(WhoisEntry): """Whois parser for .jp domains""" regex = { "domain_name": r".*\[Domain Name\]\s*(.+)", "registrant_org": r".*\[(?:Organization|Registrant)\](.+)", "creation_date": r"\[(?:Registered Date|Created on|登録年月日)\]\s*(.+)", "expiration_date": r"\[(?:Expires...
I submitted #225 for this, but I encourage you to review the changes. I made a modification to `whois.py` that you may not desire as default behavior
@ev01ing this should be fixed and can be closed
> Fwiw, these zones (`.pro`, `.sc`, etc) moved from the Afilias registry backend operator to Identity Digital on 2023-08-01. You might consider contacting the Technical Contact email address here --...
2 years later, I'm adding my $0.02 to this. I'm also stuck on a POWER8 machine, unable to use some relatively basic packages because they rely on encoding_rs, which in...
Also, see #31 - seems to include the ability to generate 4k EDIDs. It hasn't been merged, but you can use his fork: ``` $ git clone https://github.com/ahm-forks/edid-generator --branch edid-header...
The qemu `qemu-edid` application _seems_ to work for my 6k display I built qemu from source, you may also be able to install it via your package manager ``` $...
Same issue here for Dell 6k (6144x3456) monitor I tried to hand-patch a la: ``` diff --git a/edid.S b/edid.S index ef082dc..cc5639b 100644 --- a/edid.S +++ b/edid.S @@ -168,7 +168,7 @@...
Sounds like @newperson1746 has found the right spec and has described roughly what needs to be done from a logic perspective ...
#5 may be having the same issue ...