Commit graph

7 commits

Author SHA1 Message Date
0ec810591e
lint: fix errcheck for Close and Write calls across multiple files
Use lint.LogOnErr for deferred Body/File/Client Close calls.
Use lint.Write for unchecked w.Write calls.
Fix bug in sync/sms.go where fmt.Errorf result was discarded
(replace with proper log.Error call).
2026-05-09 02:29:07 +00:00
d03c12ffb6
Add working ability to get stadia tiles directly 2026-04-16 20:37:49 +00:00
c393f6fd81
Add cache for all stadia requests 2026-04-06 22:36:25 +00:00
daa8cb1748
Push geocoding down a layer
This makes it possible to always save address information from our
geocoder.
2026-03-04 18:29:52 +00:00
ca88a0eaab
Add env var to skip TLS verify
This makes it much easier to debug with mitmproxy
2026-02-25 02:45:17 +00:00
ebc329fc5e
Actually set geom and h3cell for uploaded pools 2026-02-14 16:49:54 +00:00
427b60132a
Add initial Stadia maps integration 2026-02-14 15:40:12 +00:00