-
Xml/Fact Equals does not consider contextRef. I would not consider these facts duplicates if they do not share context.
`public bool Equals(Fact other)
{
var result = other !=…
-
Would it be possible to add an option to suppress decimals when they are zero?
I am using`precision: 2`, but I would like not to get decimals when the returned value contains ".00".
This options s…
-
# Handle
cmichel
# Vulnerability details
The `CrowdSale.initCrowdsale` function checks that the auction token has 18 decimals through `IERC20(_token).decimals() == 18`.
This seems to be related to…
-
# Lines of code
https://github.com/code-423n4/2022-02-jpyc/blob/cfc018384dd1d71febaa57f0576cb51f5d9c7e07/contracts/v2/FiatTokenV2.sol#L624
# Vulnerability details
## Impact
The whitelist won't wor…
-
```
addThousandSeperator(123456789, true) would return 123.456.789
addThousandSeperator(123456789, false) would return 123,456,789
formatDecimals(123.456789, 2, true) would return 123,46
formatDecima…
-
```
addThousandSeperator(123456789, true) would return 123.456.789
addThousandSeperator(123456789, false) would return 123,456,789
formatDecimals(123.456789, 2, true) would return 123,46
formatDecima…
-
I have been testing **q** and I've found something that could be an issue.
**Issue**
When I'm doing something like `round(avg(c3),3)` when querying, is rounding this **32655,5265** to this **3265…
-
Hi,
I am using v-money directive. I kept the precision as 2. When the value is 16000, It is displaying as 160.00. It is working fine for the values that has already decimals. For example 15200.48 is …
-
#### Describe the bug
A deleted currency entry will take precedence in formatting of prices.
#### Expected behavior
Deleted entries should be ignored.
#### Steps to Reproduce
Steps …
-
Say we have a Labor resource tha is as follows:
Code - Description - U.M. - Quantity
19931 - Labor Assembly Construction service worker…