You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
I think it's because crul was compiled with a very old crystal version where floats weren't formatted correctly. Compiling with a newer compiler should fix this... except that crul doesn't seem to compile anymore with the latest compiler due to breaking changes (and a required dependency, completion, doesn't compile either)
Expected behavior
Do not reformat float. Example with
curl
:(This uses
jq
to pretty-print the JSON.)Actual behavior
crul
reformats floats. Example:The text was updated successfully, but these errors were encountered: