-
**Is your feature request related to a problem? Please describe.**
I have an enum that needs to be represented as a PostgreSQL enum in the database but also needs to be `#[repr(u8)]` for FFI purposes…
fenhl updated
2 weeks ago
-
## The problem
Receiving `Missing serialize REPR function for REPR ConcBlockingQueue (Channel::Queue)` when initializing a class constant with a Channel object, inside a module. Works fine without er…
ghost updated
1 month ago
-
PythonDataSource has repr defined on it by the data class. This results in the flat examples getting serialized. This can be a huge performance penalty. The other sources have their repr's defined by …
-
### Code
```Rust
#[derive(Debug)]
#[repr(packed)]
enum COption {
None,
Some(T),
}
fn main() {
}
```
### Meta
`rustc --version --verbose`:
```
rustc 1.82.0 (f6e511eec 2024-10-15) (Fedor…
-
**Describe the bug**
I'm using a multi-quantile forecaster on multivariate target data. E.g, a `CatBoostModel(likelihood='quantile', quantile=[0.01, 0.05, 0.1, 0.25, 0.5, 0.75, 0.9, 0.95, 0.99], ..…
-
```python
import json
import lindi
# URL of the remote .nwb.lindi.json file
url = 'https://lindi.neurosift.org/dandi/dandisets/000939/assets/56d875d6-a705-48d3-944c-53394a389c85/nwb.lindi.json'
…
-
I am trying to learn to use siphon. It seems very powerful. Thank you for creating it!
My usual method for learning a new library is to try to introspect the objects via a combination of doc string…
-
Currently when constructing ibis expressions in non-interactive mode (the default), expressions repr as a description of the operations they're composed of:
```python
In [1]: import ibis
In [2]…
-
We should have a nicer repr for the anndata object. Ideally a rich one with more info and collapsibility. [`mudata` already has this implemented](https://muon.readthedocs.io/en/latest/notebooks/quicks…
-
xarray has a nice html repr for it's objects (https://github.com/pydata/xarray/issues/1627). Trajectory collection can have the same methods as Trajectory