This is my fairly rudimentary attempt to address #122
Omit zero-leading numeric strings from being considered indexes and therefore being parsed to integers.
Caveat that this is selfishly addressing the specific scenario occurring in my project, devoid of the wider code bases's context and ramifications it may have. Additionally, very likely a different approach/alternate solution here, if any action is warranted at all. Happily accept guidance to that end.
This is my fairly rudimentary attempt to address #122
Omit zero-leading numeric strings from being considered indexes and therefore being parsed to integers.
Caveat that this is selfishly addressing the specific scenario occurring in my project, devoid of the wider code bases's context and ramifications it may have. Additionally, very likely a different approach/alternate solution here, if any action is warranted at all. Happily accept guidance to that end.
Thanks!