Igor Chubin
Igor Chubin
@mckaymatt I will add it, but you are right; currently USCS is not supported
I don't know what exactly you expect; this is actually correct terminal output, including ANSI sequences. You can view it with `less -R` If you need the output without ANSI...
@claenn It is #345
@mcepl @tzermias Thank you for reporting this! First of all, keep in mind that the v3 view is highly experimental, and it is rather a proof-of-concept than a real implementation....
Yes, exactly; and it is anyway interesting to see the weather in the whole country (if you access v3.wttr.in). My idea is to make it like this: 1. For queries...
Yes, I can confirm this too. I think that the problem is that how WWO handles it. I see that it is very inaccurate now. I should report this problem...
@pragma- I think the only real solution for this problem is to add support for other upstream data sources. We have initial support of a new data source in #532;...
I've localized the bug pretty well now. As I already wrote before, it is in the data source. I hope they will fix it, because it is a real bug,...
@pragma- @ScientiaEtVeritas @Danfro @enigma9o7 I believe it is fixed now. Could please check if it works for you?
@ScientiaEtVeritas Doch, at least it seems to work for me (with Karlsruhe too): ``` $ curl -ks wttr.in/Karlsruhe?format=j1\&nonce=$RANDOM | jq -r .nearest_area[0].areaName[0].value Carlsruhe ``` I added here `nonce=`, to bypass...