kirypto / TimelineTracker

GNU General Public License v3.0
2 stars 1 forks source link

PositionalRanges should support spanning entire possibility #35

Closed kirypto closed 3 years ago

kirypto commented 3 years ago

This works for everything except reality using -inf and inf (float values), but reality rejects non int values. Instead, it should allow whatever number format as long as it is a whole number or +/- infinity. When serving json, drop the .0 from the end and serve as an int or +/- inf

kirypto commented 3 years ago

Decided that using an ALL flag to simplify the -inf -> inf is not necessary. Similarly, passing a single value for a range is not worth the complexity it adds.