Files
backup/pkg
Evan Simkowitz 4907552379 Fix number parsing for MetaSettingsType (#806)
json.Unmarshal parses all numbers to float64, which breaks any integer
settings values. This PR changes MetaSettingsType.UnmarshalJSON to use
json.Decoder, which is capable of parsing into a meta-type json.Number,
which can be interpreted as a float or an integer. It also properly
handles pointer types.
2024-09-23 18:51:30 -07:00
..
2024-08-26 13:55:47 -07:00
2024-09-05 14:25:45 -07:00
2024-09-05 14:25:45 -07:00
2024-09-06 13:19:38 -07:00
2024-09-05 14:25:45 -07:00
2024-09-11 09:26:43 -07:00
2024-09-05 14:25:45 -07:00
2024-09-23 13:59:55 -07:00
2024-09-17 23:10:09 -07:00
2024-09-17 23:10:09 -07:00
2024-09-05 14:25:45 -07:00