Negative Hex not respected
Open
User Support
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 153
Description
In something like this:
```
"minimum": ("FLOAT", {"default": 0, "min": 0x8000000000000000, "max": 0xffffffffffffffff}),
"maximum": ("FLOAT", {"default": 0, "min": 0x8000000000000000, "max": 0xffffffffffffffff}),
```
Nothing `0` and under is accepted. But according to the max being a hex it should accept a negative hex representing something like `-9223372036854775808`
Contributor guide
Assessment
This issue has not been assessed yet.