-
-
The process that converts PDF pages to images is too slow when you are uploading a PDF with 100+ pages. In our environment this usually results in a timeout. This should be handled in a background tas…
-
### Report
`ln.Curator.from_anndata` matches wrong gene symbols. For an AnnData object where the var index are just integers, the Curator matches `SCARNA10 ` and `EGR1 `. Which is a bit odd as the ge…
-
### Describe the bug
When changing the metric used my usearch the index size shrinks resulting in the index dimensions now being 0. I tried doing some digging to find a solution and or an example in …
-
### Describe the bug, including details regarding any error messages, version, and platform.
When you call `to_pandas`, Arrow converts ints to doubles This leads to precision issues (e.g., some ints…
-
When argument value is `None` filters convert it to string `'None'` then process it as string `'None'`.
But if this behaviour was correct, the expression `{{ if none == 'None' }}` should return `True…
-
**Describe the unexpected behaviour**
`to_utc_timestamp` and `from_utc_timestamp` do not work correctly on limits ('1970-01-01 00:00:00'), and around max Date values.
**How to reproduce**
[https:…
-
### Summary
We are using the Vertica connector in GrowthBook to integrate our data sources. Our tables include the numeric(n) and varchar(n) data type, but the Vertica connector is converting it in…
-
Hello,
I converted one of my models from tflite to rknn with rknn-toolkit2@2.1.0.
However, when I try to infer it in rv1106 I get this error:
> E RKNN: unsupport cpu Transpose op, op name: Transp…
-
For some code that generates my command prompt, I use a single ASCII character for the discriminant of an enum:
```rust
pub enum Permissions {
Guest = b'%',
User = b'$',
System …