Results 593 comments of Igor Chubin
trafficstars

@TupaNegreiros Very interesting; I did not know it; I thought it is some like US-EN vs BR-EN. Could you please add the translations here? https://github.com/chubin/wttr.in/tree/master/share/translations It is not everything that...

@TupaNegreiros Thank you! Please check also this: ``` "Previsão do tempo para:" "Manhã", "Meio-dia", "Tarde", "Noite" ``` Is this correct? Please check the live version: https://pt-br.wttr.in/ If everything is fine,...

Please update from master and let's merge it. The code of `we-lang` was moved to https://github.com/chubin/wttr.in/blob/master/internal/view/v1/

Yes, it is a good idea + it would be great to have one-line plots, like this ``` ⢠⣄⡴⣸ ``` or this: ``` ▅▁▁▇▇▂▂▁▁▁▂▂ ```

Yes, @dwrz, it is a great idea. Many people requested this feature already, and I think we should implement it (thank you for using wttr.in and thank you for sharing...

@azuy212 Not yet, but after the new version (so called v2.wttr.in) will be released, it will be a trivial thing to add. I could be even possible to combine it...

People, don’t panic, that is just the data that we get from the upstream provider, and has with the app itself nothing to do. Use format=j1 option to see the...

@martinbra Yet another interesting issue related to the Moon. To fix this we need support for timezone in `pyphoon`. Something like: `pyphoon -t Europe/London` If this option is supported in...

I believe we already use UTC, and it it the right choice for a internet service like ours. I think the plan here should be: * open a new issue...