bruno
bruno copied to clipboard
BigInteger on response
When recieve response , BigInteger is not parse correctly thanks for help :-) EDIT: sorry for my mistake on title
We recently merged a fix for BigInt that is not yet released: #1710 that might fix your issue. You can either wait for the next Bruno release or clone the repository and start Bruno locally or try a prebuild binary from my fork it includes the BigInt fix.
Many thanks
json response: { "id": 1.0000000000001147e+21 }
still the same issue, tested with Bruno v1.17.0
@Its-treason I think it is not included in the latest release. Or Am I missing something? Bruno still does not get it right.
Bruno:
Insomnia
@azzamsa, problem still remains, tested with Bruno v1.22.0:
{ "id": 1.0000000000000325e+21,
@Its-treason can you see that it's getting fixed ?
It's very annoying in our day-to-day operations.
@azzamsa, problem still remains, tested with Bruno v1.22.0:
{ "id": 1.0000000000000325e+21,
@Its-treason can you see that it's getting fixed ?
It's very annoying in our day-to-day operations.
Yes, is just looked into it and found a fix. I need to do some testing and will submit a PR later
PR https://github.com/usebruno/bruno/pull/2773 has been merged, This will go out in the v1.27.0 release.