-
Updated
May 26, 2022 - PHP
money
Here are 1,098 public repositories matching this topic...
-
Updated
Nov 28, 2021
-
Updated
May 19, 2022 - PHP
-
Updated
Oct 23, 2021 - Ruby
-
Updated
May 17, 2022 - Ruby
-
Updated
May 26, 2022 - JavaScript
Can you please circulate UNDP Internship opportunity advertised below:
-
Updated
Dec 21, 2017 - CSS
-
Updated
May 23, 2022 - Python
With the merge of #501 the Money objects are automatically using the decimal_places of the underlying DB-MoneyField (if it exists).
This leads to weird localization behaviour in templates. We use a rather high number of decimal places to ensure correct calculations while displaying rounded localized values to the users.
Expected behaviour would be imo that by default the localization sho
We might get some useful feedback from people who close their Liberapay accounts if we add an optional text input to ask them why.
-
Updated
May 15, 2021 - PHP
-
Updated
May 29, 2022 - JavaScript
-
Updated
May 25, 2022 - PHP
-
Updated
May 24, 2022 - Go
-
Updated
May 28, 2022 - C++
-
Updated
May 22, 2022 - TypeScript
-
Updated
Dec 3, 2019 - CSS
-
Updated
Jul 23, 2021
-
Updated
May 25, 2022 - PHP
-
Updated
May 15, 2022 - PureScript
-
Updated
May 26, 2022 - PHP
Improve this page
Add a description, image, and links to the money topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the money topic, visit your repo's landing page and select "manage topics."
Is there an existing issue for this?
Current behavior
First off, thanks for the great library.
.allocate() function has unexpected behaviour when given falsy input.
Expected behavior
I expected an error:
TypeError: You must provide a non-empty array of numeric values greater than 0Steps to reproduce