Gianluigi Tiesi
Gianluigi Tiesi
ok I wrote a tool to convert geolite2 to old format https://github.com/sherpya/geolite2legacy
not quite yet ready, I'm working on a tool that maps maxmind ids to old fips-10-4 country and region codes
I've added a partial location map please follow the issue directly and test if it you can https://github.com/sherpya/geolite2legacy/issues/1
there is no need to add another sdl call, you can pass the canvas id in ENV (and calling `getenv`), use an hint like with keyboard, or fille `specialHTMLTargets` in...
Hi, since 2019 Italy needs cades xml files for invoices with public administrations entities, this would be very useful, I've tested it and I'm able to parse .xml.p7m files as...
> 35 commits is a lot (even though only 10 changed filed). And to review this, one would also need to read+understand the RFC(s). There might be some important subtles....
I have same problem with AppImage but my harfbuzz is not 1.3.1 ``` dpkg -l libharfbuzz0b Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-===================-============-============-============================================= ii...
testcase: ```python #!/usr/bin/env python from twisted.internet import reactor, defer from txdbus import client defer.setDebugging(True) class VariantList(list): dbusSignature = 'a(v)' @defer.inlineCallbacks def testcase(): conn = yield client.connect(reactor, 'system') manager = yield...
btw the signature for nameservers configuration it's simply alist
the correct way to pass domains lists and dns lists is a simpe list, I made by mistake VariantList because I need this structure to pass IPv4 settings: ```python class...