Eddict

Results 9 issues of Eddict

hi, i have this url; https://www.pluimen.nl which has a (regular) favicon. `var hostname = GetValidHost(url);` rips of the **https** part and only the domain is passed in the next lines...

The querystring API is considered Legacy. While it is still maintained, new code should use the API instead. _(query-string is a package and URLSearchParams is a native interface.)_

eg. https://books.google.nl/books?id=S-Fu4fGHnlAC eg. https://books.google.nl/books?id=J2jC7gH_4xAC can be solved by correcting the regex ``` def get_book_url(): if re.findall(r"id=[A-Za-z0-9-_]+", url): id_part = re.findall(r"id=[A-Za-z0-9-_]+", url)[-1] ```

I am trying to retrieve my public IPv6 address but the getDetails() function, with $ip_address paramater set to null, only returns the IPv4 address. i have tried changing the const...

i was upgrading a project from 1.5.1 to 1.6.0 but Excel gave me the (in)famous "ActiveX component can't create object" error. upon investigating i unzipped/extracted the EXCELDNA file from the...

This script can be used to deploy certificates to DirectAdmin

if SYNO_USE_TEMP_ADMIN=1 is set the script checks for synogroup existence ```Shell if ! _exists synogroup; then ``` however on SRM synogroup exists but it does not support parameter --memberadd. ```Shell...

tried to test it on https://shawntabrizi.com/ethgraph/ but generates "Error: project ID is required"