-
While running chromium (as `chromium --single-process` in a somewhat successful attempt to work around #529) (with -smp 1), I consistently run into the following assert.
```
Assertion failed: status…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have up…
-
**Describe the bug**
The dtype arg of read_excel does not accept
**To Reproduce**
```python
import pandas as pd
import numpy as np
dtypes = {"a": np.int64, "b": str, "c": np.float64}
dat…
-
### What should we add?
As discussed in #8800 the way we're embedding the `Layout` from the transpiler into the output quantum circuit is a bit of a weird place right now. We have a private attribute…
-
The following snippet:
```python
from types import MappingProxyType
d = MappingProxyType(dict(a=1, b=2))
k = d.keys() | (1, 2, 3)
print(k)
```
Runs fine but fails pytype because it thinks Map…
-
### Specification
We need a suite of tests to cover interacting with a deployed agent, which we can do using `testnet.polykey.io`. These tests need to cover various different connection scenarios:
…
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/i…
-
## Foundation Mission Request: RetroPGF3: Discovery & Voting
* **Proposed Foundation Mission (RFP):** RetroPGF Discovery & Voting application
* **S4**[ **Intent**](https://gov.optimism.io/t/colle…
-
According to [this](https://github.com/psf/requests/issues/5020#issuecomment-989082461) comment in the requests project:
>We deliberately allow any mapping type to allow for a variety of use-cases…
-
Hello. I use libplacebo as an ffmpeg dependency and cross-compile it under ubuntu-x64/mingw64 with target win10-x64.
libplacebo no longer cross-compiles after commit 82023b9e9d683499329b2d5c502eafa…