-
### What version of Adaptive Cover are you using?
1.4.3
### What version of Home Assistant are you using?
2024.9.0
### Checklist
- [X] I have filled out the issue template to the best of my abili…
-
- [x] I have marked all applicable categories:
+ [x] exception-raising bug
+ [x] visual output bug
- [x] I have visited the [source website], and in particular
read the [known issues]
-…
-
When code is generated via a proc macro there is a case which creates a false positive for the dead code warning.
Proc macro (src/lib.rs):
```rust
use proc_macro2::Span;
use quote::quote;
use s…
-
When I use the LinkML validator (Python module) to validate a large dictionary, the memory usage of the Python process grows until my operating system (MacOS) eventually shows an error message, at whi…
-
Implement `to_html` / notebook repr based on `.style`.
prob need to expand this to take a `use` argument (to select the style, needs to be 'classic' for a while, to replicate the current `.to_html`…
-
### Proposed new feature or change:
I'd like to add support for pretty-printing of NumPy arrays to Jupyter Notebooks via `_repr_html_` and/or `_repr_pretty_`.
At present, using `print(a)` gives a …
-
# Feature or enhancement
### Proposal:
[`typing.dataclass_transform`](https://typing.readthedocs.io/en/latest/spec/dataclasses.html#the-dataclass-transform-decorator) ([PEP 681 – Data Class Tran…
-
This (on `main`) looks wrong to me:
```python
In [1]: import xarray as xr
In [2]: ds = xr.Dataset({'a': ('x', [0, 1])})
In [3]: ds
Out[3]:
Size: 16B
Dimensions: (x: 2)
Dimensions with…
-
Currently `repr` or `str` is used (and slightly abuse) to give signatures of UFL objects. It would be better to add a `ufl_signature` property for this.
-
**Issue by [HaokunLiu](https://github.com/HaokunLiu)**
_Sunday Sep 08, 2019 at 18:19 GMT_
_Originally opened as https://github.com/nyu-mll/jiant/issues/910_
----
We may want to save some tensors in…