-
**Describe the bug**
"Currency of at least" values greater than or equal to 110% do not seem to generate a valid regex.
**To Reproduce**
Enter currency threshold (started with 170 in this case).
…
-
CONVERT CURRENCY FROM TO ANY FOREIGN CURRENCY VALUES
-
- [x] Remove "Prospect" from the tabs. We're on the prospect edit page so it can be just Details and Comments
- [x] Comments tab to have a number displayed in the tab itself that should be the to…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
I encountered an extremely weird issue when using `use_enum_values` in a pydantic model. It works as expected in …
-
### Summary
Expanding on the Currency work started here: https://github.com/Path-of-Terraria/PathOfTerraria/issues/437
A new currency should be available the "Radiant Shard"
Using a Radiant Shard…
-
### Description
Currently, the price values on campground listings do not include the rupee symbol (₹), which may lead to confusion regarding the currency. Adding the rupee symbol before each price w…
-
### Why is this issue important?
currency fields need to be in correct format to be accepted in treasury portal
### Current State
Currency fields display as whole numbers with no decimal ponts
###…
-
Rather than setting the unit/currency in the constructor, should it also be carried in the type being formatted?
Might be wanted by Intl.MessageFormat.
CC @eemeli
-
I have a straightforward data structure to represent the value of a currency.
```scala
case class CurrencyValue(value : Double, currency : CurrencyType)
enum CurrencyType:
case EUR
case GD…
-
I'm currently in the process of trying to reproduce https://github.com/pfalcon/ppxml2db/issues/15 on a sample data set as I've run into the exact same error.
In the process of trying to reproduce I…