Martin Erpicum

Results 7 comments of Martin Erpicum

A link or reference to the user who made the trip (in case of shared vehicule) would also be awesome.

Something like that ? ``` import dns.resolver # $ pip install dnspython resolver = dns.resolver.Resolver(configure=False) resolver.nameservers = ["208.67.222.222", "208.67.220.220"] public_ip = resolver.query('myip.opendns.com')[0] return public_ip ```

This is what I currently use : https://gist.github.com/tintamarre/067fbf48bee4081fc46348d11f10625a I got Public IP from this command : ``` public_ip=`dig +short myip.opendns.com @resolver1.opendns.com` ```

Link to the problematic line: https://github.com/basemkhirat/elasticsearch/blob/33ea95c730b35a3f29f4ba5c1ea2e2104b3eeb1a/src/ElasticsearchServiceProvider.php#L93

Same here ... I used `pip2 install scipy==0.16.0`

Of course. :-) ```python from croniter import croniter from datetime import datetime base = datetime(2024, 7, 12) iter = croniter('1 1 */32,1-7 * 2', base) #First Tuesday of the month...

The first step would be to develop a DuckDB extension specifically for SQL Server (currently not available). https://duckdb.org/community_extensions/core_extensions https://duckdb.org/community_extensions/list_of_extensions.html