Open
Description
During the first sprint I have come across a prbolem whereby I could not compute the tenancy end date. This problem arises due to invalid parsing of Number.parseInt('0x000e', 16)
. For some, unknown reason, this returns null. Instead of the expected 14. I have tried this parsing in webassembly.studio and it works as expected there. The graph's runtime uses its own Number?
Activity