Jakub Schmidtke

Results 6 comments of Jakub Schmidtke

Would you accept a patch? And if so, what would be the right approach? Adding a parameter that could be configured in xml config file to skip that 'get' after...

> I've made a fork that's working for my v2 AC split unit: > https://github.com/marciogranzotto/hass-smartthinq Hi! It looks like that repository is now deprecated... What's the alternative now? Which of...

I created a fix for this issue: https://github.com/wahern/dns/pull/35

> still error. merge? The fix has not been merged. Also, the last commit to this project was in December 2016...

Oh, and it works just fine with the system resolver: ``` $ nslookup google.ca Server: 2001:4860:4860::8888 Address: 2001:4860:4860::8888#53 Non-authoritative answer: Name: google.ca Address: 172.217.1.3 Name: google.ca Address: 2607:f8b0:400b:80f::2003 ```

I actually got the 'dns' app working, by calling `dns_resconf_setiface(resconf(), "::", 0);` I also tried resolve-stub method, which is more like what I use in my program. However, "./dns resolve-stub...