Paul

Results 1 issues of Paul

Reproduction: ```toml # testing.toml testValue = 5208470842 ``` ```lua -- testing.luau local serde = require("@lune/serde") local fs = require("@lune/fs") local testing = serde.decode("toml", fs.readFile("testing.toml")) fs.writeFile( `result.json`, serde.encode("json", { testValue =...

bug