You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the enhancement
Today we have a type for the points we show in Ping Histograms, but it's not using io-ts for validation, and it has been pointed out that the type is less than ideal in its complexity.
We should make this an io-ts type, add validation, and make it simpler.
The text was updated successfully, but these errors were encountered:
Describe the enhancement
Today we have a type for the points we show in Ping Histograms, but it's not using
io-ts
for validation, and it has been pointed out that the type is less than ideal in its complexity.We should make this an
io-ts
type, add validation, and make it simpler.The text was updated successfully, but these errors were encountered: