79580660

Date: 2025-04-18 08:22:06
Score: 1.5
Natty:
Report link

I have encountered weird behavior with the answer here having the most upvotes

{{ variable|number_format }}

I would still get "a non well formed numeric value encountered" error randomly, it went away only when I explicitly stated zero decimal digits

{{ variable|number_format(0, '', '') }}
Reasons:
  • Blacklisted phrase (0.5): upvote
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Andrius K