-
One really confusing thing for a lot of developers outside of the US is that they don't use `.` as a decimal separator.
`,` is used in several other countries.
So the decimal separator should be…
-
XCP is divisible to eight decimal places, but there are only ~2.6m in the primary unit—far less than any other coin than I know of. Most coins have total supplies on the order of 100x or 1000x greater…
-
Hi, we are having problems since the company is international and both people from Spain and the USA are using the plugin and as I have read, the format of the decimal numbers in MS Project depends on…
-
Inserting a `toDecimal32(4, 5)` value into a `Decimal(38, 38)` column produces an unexpected result.
Version: 24.10.1.862
```sql
create table t (a Decimal(38,38)) engine=Memory;
insert into t …
-
TL;DR: I propose to rename `Decimal` to `Decimal128`, completely drop the concept of 'precision' and only have a scale. It is always a fixed-point signed integer with value `n * 10^-scale`. Operations…
-
At first thanks for this great package.
Is it possible that someone translates the net invoice example to a gros invoice?
A simple invoice with 19% VAT, no tax exemption.
Otherwise its very ha…
-
## Preview Form Settings are not reactive
**Example:**
![Image](https://github.com/user-attachments/assets/75a5c8ce-7566-4178-b3dc-231c23e6062c)
## Current behavior
Go on [settings](http://localho…
-
### Verified issue does not already exist?
- [X] I have searched and found no existing issue
- [X] I will be providing steps how to reproduce the bug (in most cases this will also mean uploading a de…
-
### Describe what happened
Creating a Databricks SqlTable fails when running pulumi up/preview after first time creation.
### Sample program
```
def create_bronze_liquidity_snap(catalog: str, schem…
-
For example, TONBTC is 0.00007094 but the tracker rounds it to 0.000071. It could be 8 decimal places. Thanks in advance!