Ultrabug

Results 145 comments of Ultrabug

FYI https://github.com/ultrabug/mkdocs-static-i18n/pull/308

Oh so I'm not crazy and doing bad things on my side... *lots* of inserts in my case is usually > 100 :sweat_smile: dunno if that's *a lot* :grin: simple...

It's bank holiday week here, I'll have a look next week and will do my best to keep this module up

So it seems my current (pro) subscription does not include 3.0 API :( I'll have a deeper look ... damn

Tested new endpoint, seems like the response payload is the same ```diff diff --git a/py3status/modules/weather_owm.py b/py3status/modules/weather_owm.py index 8aa47dce..2721c869 100644 --- a/py3status/modules/weather_owm.py +++ b/py3status/modules/weather_owm.py @@ -265,7 +265,7 @@ import datetime #...

@mlmatlock could you try using [weather_owm.py.gz](https://github.com/ultrabug/py3status/files/15337925/weather_owm.py.gz) and confirm it works for you as intended?

If it works, the questioning will relate to the fact that people could be charged by using this module so I really wonder if we want to add some kind...

Thanks @lasers indeed I considered some of those options. I think even if it requires more work, spending time on `3` would be more future proof. I implemented 1/ and...

PR is here: https://github.com/ultrabug/py3status/pull/2249