-
Dear developers. The ratio of the stitch width to its height is around 1.4 (usually)
This is usually calculated after measuring a test knitting sample.
The program has the ability to increase the …
-
### Which Umbraco version are you using? (Please write the *exact* version, example: 10.1.0)
14.3.0
### Bug summary
The configuration for the Slider Property Editor in Umbraco CMS no longer works w…
-
see title
-
### Bug description
Calling `toString` on an `f64` value works as expected, but doing the same on an `f32` string introduces extra noise decimals. I suspect it is because the `f32` value is being …
-
When trying to write a parquet file with :decimal types, I receive the following error:
```
; Execution error at tech.v3.libs.parquet/column->field (parquet.clj:886).
; Unsupported datatype for p…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```
CREATE TABLE `PK_MULTI_COL_5048` (
`COL1` binary(10) NOT N…
-
There are currently two in-game windows that use height properties. The first is the _Cut-away View_ window (`ViewClipping.cpp`), which uses it to display the vertical cut height. The second is the _M…
-
### Describe the bug
I have a kafka topic test-decimal where I place messages in json format with a decimal field
```
{
"RandomNumber": 100.0
}
```
Kafka Schema for this topic is
```
{
"…
-
### Describe the bug
## SQL
```
SELECT c48, cast(c48 as DECIMAL(10,2)), try_cast(c48 as DECIMAL(10,2)) FROM test1 ORDER BY c48;
```
[ERROR] Query failed in Comet: Job aborted due to stage failure…
-
The code assumes that both tokens involved in the price calculation (e.g., JitoSOL and VRT tokens) have the same number of decimals. This may not always be the case, leading to incorrect price calcula…