-
**Version:** ESS stack v8.15.2
**Browser:** Firefox v131.03 (aarch64)
**OS:** Mac M2 Sonoma 14.7
**Describe the bug:** Elasticsearch [Profile API](https://www.elastic.co/guide/en/elasticsearch/refere…
-
**Is your feature request related to a problem? Please describe.**
Amber has no way to represent integer types. Sometimes we may want to accept type that can be represented as an integer. Here are ma…
-
## Description
As of `itoa` 1.0+, it has significantly faster performance for some use-cases than lexical. Since we use our integer writers for float formatting, this could lead to noticeable perfo…
-
Whenever my 'x' is greather than ~2750 organisations, I get this error (on all different models):
```
Error in if (machine == "localhost") "localhost" else getClusterOption("master", :
missin…
-
In #4566 we ran into the fact that atomic integers don't currently work as `#[pyclass]` fields.
We should decide what conversions we want on these types. We can probably implement:
- `IntoPyObject…
-
We are using ReportGenerator Pro for a project [1]. The newly added crap score is interesting. I do think though that it should be rounded to integer for better readibility.
[1]: https://byte-physi…
-
```
import toml from 'smol-toml'
toml.parse('a=9223372036854775807')
```
Expected: `{ a: 9223372036854775807n }`
Seen: Exception (`Invalid TOML document: integer value cannot be represented l…
-
I don't think this is intended, or at least it's not documented in HyperDoc:
```
(1) -> float(17,1) -- 17 * base() ^ 1
(1) 0.3 E 2
…
-
```h
// native.h
typedef struct Vector2
{
float x;
float y;
} Vector2;
Vector2 Vector2Add(Vector2 v1, Vector2 v2)
{
Vector2 result = {v1.x + v2.x, v1.y + v2.y};
return resu…
-
- [ ] integer representations
- [ ] integer comparisons