Closed fbs closed 1 month ago
@fbs would you mind adding a test to the new type that you created?
Still need to update the tests, will work on that.
Guess I also need to target v2/master with this PR, what is the process for that? Shall I open a 2nd PR after this lands?
edit: you're too fast @kuskoman :D
v2 is way less urgent i will create test suite with e2e for it when the weekend starts
I pushed a fix so the tests pass, but let me figure out how to test the infinity values as well
done
These values are often float64 but sometimes a string, from the api docs1:
This adds a custom float64 type to enable the use of a custom marshaller.
fixes: #372