-
Hi!
The performance information + benchmarks in the website are super useful.
However, they are done against python 3.7.6. Since them python 3.8 - 3.12 all improved python performance significantl…
-
## Enhancement request:
### What should be added/changed?
**tl;dr: Add rotation angle offset support for sprites**
This would take the form of `angle_offset` and `radians_offset` to match the r…
-
```python
import warnings
import asyncio
async def spam():
with warnings.catch_warnings(record=True) as ws:
await asyncio.sleep(0.1)
w = Warning("12345")
warnings.warn(w)
assert…
-
I can't seem to be able to install agora-python-sdk using Pip. I am getting the error:
```bash
ERROR: Could not find a version that satisfies the requirement agora-python-sdk (from versions: none…
-
Hi Fredrik,
I saw that in arb library there is already the implementation under arb_mat, arb_mat_mul_entrywise function. Is there anyway for you to port it over to the python-flint wrapper as well? I…
swxsw updated
2 months ago
-
* Use Artichoke to manage Superbuild settings/parameters.
* Use Python-cmake project to encapsulate Python versions on Mac and Linux (maybe Windows? it's lacking 3.8)
* Use GenerateExportHeader to r…
-
Running into this deserialization issue in `src/nemo_run/core/runners/fdl_runner.py`.
```
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
…
-
### Platform
```sh
➜ uname -a
Darwin FA-3620-MBPRO14 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:12:58 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T6000 arm64
➜ uv --version
uv 0.2.…
-
This tracking issue aims to collect all the issues and PRs related for the upcoming free-threaded CPython 3.13 (a.k.a. "no-GIL") builds. Until now, as of https://github.com/matplotlib/matplotlib/pull/…
-
Similar to what 'get_log()' can do on python Selenium, I think we are missing a direct way to obtain console and even network logs which can be useful to verify some browser data.
I've been trying …