-
Using the following snippet
```
let A0 = 100
fmt A0 "¥0.00"
let A1 = 200
fmt A1 "$0.00"
let A2 = 300
fmt A2 "🐑0.00"
goto A2
```
Spaces appear after the items formatted with $. Most special c…
-
Using smask in a sveltekit app generates a exception when page is rendered on server side because of lack of navigator variable on this environment.
I'd suggest to run a undefined check before usin…
-
![image](https://user-images.githubusercontent.com/17846525/65404630-eafd8300-de0b-11e9-8590-74eb1e1124b6.png)
![image](https://user-images.githubusercontent.com/17846525/65405408-8db70100-de0e-11e9-…
-
win11
```
function lts.chars.getMoney(id, currencyIndex, callback)
print("getting..")
local sql = string.format("SELECT `currency_%d` FROM `characters` WHERE `id` = %d;", currencyIndex, …
-
**EN**
Product comparison, Shopware 6.5.8.X and 6.6.4.1.
A variant product is configured so that the variants inherit the prices of the main product. There are also extended prices whose rules quer…
-
When I introduced the currency formatting I kind of remember that I had to override some setting to have the '€' sign displayed after the price.
This is not the case anymore because we probably chang…
-
No proper documentation for formatting measures in currency format.
-
### Describe the solution you'd like
Scenario
--
The Customer History widget displayed on the Edit Order shows the total amount purchase by a customer, together with the average order value. In n…
-
I recommend changing "places: 0" to "places: 2" for CNY, because when I try to quick sell a steam card with value less than 1 CNY, the button says "Quick Sell ¥0", which is annoying.
-
I am using a currency formatter as follows:
{{items.length}} items valued at $ {{itemValue | currency}}
This statement produces the following text:
5 items valued at $ Â$16.00
Note the funny "Â" …