aurae
aurae copied to clipboard
Can't use numbers greater than i32/u32 in auraescript
This is due to a bug in pbjson (which we depend on). There is currently an open PR to fix the issue in that repo:
https://github.com/influxdata/pbjson/pull/87
Glimpsing at the PR, it seems to only allow up to i64 (i.e., u64 would still not work).
Need to test after the PR is accepted.
pinged the PR
PR has been merged!
i think this just needs testing?