Open razamatan opened 1 year ago
Pending discussion in #349.
[breaking] weather: use
current
andforecast
to avoidweather_now
clobbering
This makes me realise that we should avoid using global variables. #550
re: globals. yeah, i'll break out the breaking global var change into a different pr.
see https://github.com/lcpz/lain/pull/349#issuecomment-1396447885. i'm going to go ahead and break out the global change to a later pr to unblock this one.
updated. went ahead and did the global state localization for the weather widget in this pr since this is a breaking change anyway. i'll have different PRs for some of the other widgets i mess with.
ping
(current/|forecast)_call
changed to(current|forecast)_uri
now.current
andnow.forecast
to avoidweather_now
clobbering