-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Float types are not supported #13
Comments
Add a case for floats to walker.go:
and to patch_test.go:
} It works for me. |
Hi @igor-plotnikov, Cheers, |
Norwin,
I've tried to create a branch with the fix, but I don't have the write
rights for your repository
Regards
Igor
…On Tue, Nov 23, 2021 at 1:53 AM Norwin Schnyder ***@***.***> wrote:
Hi @igor-plotnikov <https://github.com/igor-plotnikov>,
Thank you for submitting an issue, feel free to create a pull request with
the suggested changes.
Cheers,
Norwin
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANUMOA5Q6TRITNMGSDKKCBLUNNQCTANCNFSM5ISWU2CQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
You need to create a fork first (https://docs.github.com/en/get-started/quickstart/fork-a-repo). On you personal fork you then can create branches and PR to the main branch of this repo here. |
@snorwin would you have time to look into any of the provided PRs. That would be amazing 🤩 |
Float types are not supported, comparing JSON with a float type throws an error
The text was updated successfully, but these errors were encountered: