Results 593 comments of Igor Chubin
trafficstars

The problem with the language is clear; what about format? Should it be formatted as HTML, or the standard 404 response should be returned in this case? Like this: http://wttr.in/sfddsgfdsgdsd...

Something like this? ``` { "error": "Unknown location" } ``` > This one isn't caused by the outage Yes. And besides that, in this particular case the error message is...

It is a good idea. What about this emoji: ⛅️ What should be shown in this case instead? Or should we leave it as it is?

I like the two emojis approach better, because it allows you to pass the information not only about the weather condition, but also about the moon phase. The last question:...

Actually, in some cases even sunrise alone may take [43 hours](https://astronomy.stackexchange.com/questions/12824/how-long-does-a-sunrise-or-sunset-take), but usually it is not so long. Ok, so you want to go more aggressive, and take the longer...

Feel free to add it, and send me a PR. It is here: https://github.com/chubin/wttr.in/blob/master/lib/view/line.py#L250

Yes, you are right. I should fix it

Maybe we should support all known temperature scales? Something like: `temperature=code` Where `code` is one of the following: * `F` — Fahrenheit * `K` — Kelvin * `R` — Rankine...

I have written a small workaround for this problem, it works fine for me, but I don't think that it is a good solution for this bug. That is how...

@mre Why do you think that we need a delay here? Why don't you want to send a query immediately?