-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
Not sure if this is expected or not, but my decimal constraints do not appear to make it to the Jsonschema:
##…
-
### What happens?
**Double to Decimal cast** suffers from floating point inaccuracies [Similar to https://github.com/duckdb/duckdb/issues/3091]
**Decimal to Decimal cast** in case of downcast to…
-
### Describe the bug
This cast throws an error
```scala
select cast(12345.6789 as decimal(6,2));
Arrow error: Invalid argument error: 1234568 is too large to store in a Decimal128 of precision…
-
### Version/Branch:
1.0.1
### Operating system:
Windows 10
### Debug probe:
JLink
### Microcontroller:
HT6025
### Details:
Inter variable with 4 decimal places, too big for display, Maybe bet…
-
Dear developers,
I live in Brazil and thus my decimals are separated by commas (",") by default. When trying to load an mzML file into GlyCombo, the program closes unexpectedly. When checking the W…
-
## Description
Instead of having a single `compact` implementation that uses `SignedFixedDecimal`, we propose introducing two separate types:
- `UnsignedCompactDecimal`
- `SignedCompactDecimal`
…
-
**Describe the bug**
Not sure what expected behavior is but a decimal point is not registered/accepted until trying out a decimal comma first.
**To Reproduce**
Type "0." followed by some decimals…
-
## What went wrong? 😲
discovered during a demo with customer
the suggested quantity is displayed with decimals
The consequence of this is that if the user wishes to use the ‘Use Suggested Qu…
-
**Describe your system**
Running on Fedora Linux 38 (Workstation Edition)
Kernal Version: Linux 6.2.9-300.fc38.x86_64
* `odbc` Package Version: ^2.4.9
* ODBC Driver: Zen-Client-linux-15.21-005.…
-
### Description
Hi. I'm currently working on copy-paste functionality for HoloViz Panel in https://github.com/awesome-panel/panel-copy-paste.
I would like to be able to convert a Polars datafram…