-
Pretty self-explanatory.
-
Currently, there is the formatted placeholder and specified decimal point placeholder. But the formatted placeholder truncates a lot and the decimal point one can get very long very fast. It would be …
-
For many range type questions, the set of possible outcome values is discrete. Current examples:
https://www.metaculus.com/questions/28845/how-many-of-the-q3-2024-top-16-will-be-in-top-16-in-q4-2024/…
-
It is not explicitly stated in the UG that price cannot include decimal points even though $xx.50 is a valid amount. Instead only that the price must be in format of $Number/quantity is shown
![Screen…
-
**Github username:** @emerald7017
**Twitter username:** --
**Submission hash (on-chain):** 0xcff3d854c6c12fc473c8ac7bfd2d3147edd1f68c98b7e0a55ebf51dc016d610a
**Severity:** high
**Description:**
### …
-
After importing an SVG path with quadratic curves, i've got a paper Path with equivalent cubics.
The cubic points / handles contains several decimals digits.
When I try to call getTimesWithTangent…
-
```
I was discussing how PDT works in relationship to a patch for Chandler
(https://bugzilla.osafoundation.org/attachment.cgi?id=2863&action=edit),
and I had a few thoughts.
I was pointing out to Dar…
-
I love the look of AppWage, but as of this moment the numbers it's showing me for All Time Proceeds are out by a factor of three relative to what I see in App Store Connect.
My sales are mostly in …
-
This is reproducible with an assessment like the following:
```json
{
"zones": [
{
"questions": [
{ "id": "HW13_1", "points": [1.2, 1.2, 1.2] },
{ "id": "HW13_2", "points"…
-
### Describe the solution you'd like
core.php
```
public function currency($amount = 0)
{
if (is_null($amount)) {
$amount = 0;
}
return $this->formatPrice($this->conver…