-
### Required prerequisites
- [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there.
- [X] Search the [issue tracker](https://github.com/…
-
Motivation:
I find this pattern in some of our internal codebase, which is more like `statefulMap(..).collect{case Some(x) => x}` and I find the Kotlin has Flow#distinctUntilChanged too.
```scala
…
-
On Ubuntu Linux 18.04
`infer run -- clang++ -std=c++1z a.cpp` fails with:
```cpp
template
struct values_repr final {
const T s;
const T e;
explicit values_repr(const…
-
### System information
Ray 1.9.2
modin 0.12.0
python 3.9.7
### Describe the problem
```
modin_df = modin_pd.DataFrame([
{'a': 1, 'b': 2., 'c': True, 'd': 'a'},
…
-
### What is your issue?
_Originally posted by @TomNicholas in https://github.com/xarray-contrib/datatree/issues/207_
It would be cool to be able to visualize the structure of the tree as a diag…
-
According to [this](https://doc.rust-lang.org/reference/type-layout.html#reprc-structs) definition of `repr(C)` in Rust, structs where all fields have the same type are laid out like arrays (no paddin…
-
### The problem
When I use the local integration to turn on my pergola lights, the lights do come on within ~1 second however then it takes about half a minute for the state of the HA entity to actua…
-
`Widget._ipython_display_()` just creates plaintext and the widget mimetype.
subclassing widgets should have a way to inject their own.
For this, we should replace the use of `_ipython_display_`…
-
-
The following import
```
from pint import UnitRegistry
```
fails under python 3.13 with error message
```
File ".../venv/lib/python3.13/site-packages/pint/__init__.py", line 18, in
from .…