This website requires JavaScript.
Explore
Help
Sign In
w1cdn
/
spothole
Watch
1
Star
0
Fork
0
mirror of
https://git.ianrenton.com/ian/spothole.git
synced
2026-08-06 10:31:42 +00:00
Code
Issues
13
Packages
Projects
Releases
Wiki
Activity
Files
34e3933d5d0cfd30626591dc8307101ee4d49bf6
spothole
/
server
/
handlers
/
api
T
History
Ian Renton
eee0d70140
Create SIGRef objects when converting dict to Spot object in the spot object's own __post_init__ method rather than in add_spot.py
2026-07-10 17:45:43 +01:00
..
addspot.py
Create SIGRef objects when converting dict to Spot object in the spot object's own __post_init__ method rather than in add_spot.py
2026-07-10 17:45:43 +01:00
alerts.py
Fix a bug where some NaN values could leak into the JSON output, causing it to be invalid. Created a new safe_json_dumps method since we would otherwise now be providing multiple parameters all over the code
2026-06-28 18:09:44 +01:00
dxstats.py
Fix some IDE warnings, mostly around type safety on the Python side
2026-06-19 21:33:46 +01:00
lookups.py
Fix a bug where some NaN values could leak into the JSON output, causing it to be invalid. Created a new safe_json_dumps method since we would otherwise now be providing multiple parameters all over the code
2026-06-28 18:09:44 +01:00
options.py
Fix a bug where some NaN values could leak into the JSON output, causing it to be invalid. Created a new safe_json_dumps method since we would otherwise now be providing multiple parameters all over the code
2026-06-28 18:09:44 +01:00
solar_conditions.py
Fix some IDE warnings, mostly around type safety on the Python side
2026-06-19 21:33:46 +01:00
spots.py
Fix a bug where some NaN values could leak into the JSON output, causing it to be invalid. Created a new safe_json_dumps method since we would otherwise now be providing multiple parameters all over the code
2026-06-28 18:09:44 +01:00
status.py
Fix a bug where some NaN values could leak into the JSON output, causing it to be invalid. Created a new safe_json_dumps method since we would otherwise now be providing multiple parameters all over the code
2026-06-28 18:09:44 +01:00