Igor Chubin
Igor Chubin
@robojeb If it does not work automatically, just add `&u` to the list of the parameters, like here: ``` $ curl 'wttr.in/Nuremberg?format=3&u' Nuremberg: 🌦 +39⁰F ```
@robojeb Yes, it did not work before indeed. I've just implemented it. It should work without `&u` also by the way (if you are located in the US)
@jherrera It is actually intentionally. The problem is that contrary to the normal output, with the line output you often want to embed the output information somewhere (say, tmux status...
@gitvb Thank you for reporting! It should work now: ``` ~$ curl 'wttr.in/London?format=4&M' London: ⛅️ 🌡️+14°C 🌬️→8.3 m/s ~$ curl 'wttr.in/London?format=4' London: ⛅️ 🌡️+14°C 🌬️→30 km/h ```
@dubl3a Yes, it is a very useful feature, and it will be added soon @ahmedelgabri Ahmed, accepted!
Yes, it is #329 It will be added
I agree with your concerns, but on the other hand, sometimes you want to be able to specify the location name in your (still correct) spelling. For example, you could...
Yes, it seems to be a regression. The emojis were rendered properly in the png view before. Accepted.
That's not a bug. It depends on the terminal what width emojis have. See more details and proposed solution in #345
Yes, it is true. The location data is added to the v1 and v2 views only, and is missing in the `j1` view. I agree that it would be helpful...