repi
repi
you could just add it? that one looks reasonable.
we've ran into this as well, we have 128-bit GUIDs and in JSON output actually split it in 2 64-bit values for compatibility reasons but nushell does fail on them...
@amtoine yes! ```json { "hi": 12390093829892492485, "lo": 11667719501832895485 } ``` ```sh $ open guid.json 09/14/2023 12:57:51 AM ╭────┬────────────────────────────────────────────────────────────────────────────────────────────────╮ │ hi │ CantConvert { to_type: "i64 sized integer", from_type: "value larger...
suspected it was not standard JSON, and this is a data structure we ourselves are in control over at least so we can likely make it compliant. so understandable to...