-
### Input
```sv
module X {}
impl X {
const ubus data;
}
```
```
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: InvalidSignalWidth', hdllang/src/analyzer/variabl…
-
See conversation here: https://twitter.com/oonuttlet/status/1783954337451901282
A dataframe returned by `geocode_addresses()` which contains both POINT features and empty GEOMETRYCOLLECTIONS cannot…
-
-
We have a need across Microsoft to support durable identifiers in logging. A durable identifier could be just an "id" or it could be an "id" + "name". This should be uniform across languages (C++, .NE…
-
**Describe the bug**
Hello,
I am facing a crashing Redis when creating index for searching in JSON. In Redis I have around 100k JSON records.
When I create a index with NodeJS library the Redis…
-
### Input
```sv
// It's a cute little one
module X {}
impl X {
uint x = -(0 == 0);
}
```
```
[2023-11-22T19:40:56Z DEBUG hdllang::core::numeric_constant] Created numeric constant: Numeri…
-
**What**
I want a `Series`, which values are mostly zero, to require less main memory.
**Why**
Most columns of the dataset for my machine learning project are categorical (e.g.: customer…
-
What should `1e1000000000` decode to? Should it be *infinity* or an error? Having implementations be consistent would be nice. It's possible you can't write a test for this because it could be undersp…
glguy updated
8 months ago
-
I think currently one of the big places Zig could be really useful is in data science, for this to occur Zig needs damn good math functionality including stuff like Quaternions and Vectors along with …
-
On the surface gen7 devices, IPTS has undergone several changes:
The binary firmware that was used for previous models does not exist anymore. Due to the changes in the GuC firmware it seems like I…