bruno icon indicating copy to clipboard operation
bruno copied to clipboard

BigInteger on response

Open MeskaKeyne opened this issue 11 months ago • 3 comments

When recieve response , BigInteger is not parse correctly thanks for help :-) EDIT: sorry for my mistake on title

MeskaKeyne avatar Mar 11 '24 09:03 MeskaKeyne

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.

Its-treason avatar Mar 11 '24 09:03 Its-treason

Many thanks

MeskaKeyne avatar Mar 11 '24 09:03 MeskaKeyne

json response: { "id": 1.0000000000001147e+21 }

still the same issue, tested with Bruno v1.17.0

Raffine64 avatar May 15 '24 16:05 Raffine64

@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:

image

Insomnia

image

azzamsa avatar Jul 31 '24 00:07 azzamsa

@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.

Raffine64 avatar Jul 31 '24 08:07 Raffine64

@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

Its-treason avatar Jul 31 '24 09:07 Its-treason

PR https://github.com/usebruno/bruno/pull/2773 has been merged, This will go out in the v1.27.0 release.

helloanoop avatar Aug 27 '24 09:08 helloanoop