-
**Version**: redis-py: 5.2 / redis 6.2.7
**Platform**: Python 3.12.7 on Debian (Docker container: python:3.12.7-slim-bookworm)
**Description**: Running the [example provided in redis-py document…
-
We need some bindings so we can access the lib from Python.
You can use [pyo3](https://pyo3.rs).
You can use these as ref
- https://github.com/radumarias/rencrypt-python
- https://github.com/r…
-
### I'm confused....
```
root@960f60076a7f:/app# ls /usr/bin/py*
/usr/bin/py3clean /usr/bin/py3versions /usr/bin/pydoc3.11 /usr/bin/pygettext3.11 /usr/bin/python3.11
/usr/bin/py3compile /u…
-
**Describe the bug**
Currently, it appears that libmagic is detected with this line:
```py
LIBMAGIC_AVAILABLE = bool(importlib.util.find_spec("magic"))
```
This finds whether `magic` is ins…
-
### Bug summary
While testing a GitHub workflow locally with `act`, I can't get the `prefect cloud login` command to work, despite the fact that all of the required params are correct. Unfortunatel…
-
I have notebooks which have cells having the json attribute "execution_count" set to null.
This is common with tools, such as [nbdev-clean](https://nbdev.fast.ai/api/clean.html) which attempt to redu…
-
hello everyone,i can run python main.py --use_cached_query --visualize,but i cant run python main.py --visualize , my api_key can use, there is my wrong:
Traceback (most recent call last):
File "C…
-
No matter which version of Python or IDA Pro I use I get this error when I launch IDA Pro with daila plugin
Tested on IDA Pro 7.5, 7.7 and 9.0
Tested with Python 3.9, 3.10, 3.11 and 3.12
`C:\Pr…
-
### 🐛 Describe the bug
The following code is an example provided in the documentation of vmap:
```python
import torch
# Setup
N = 5
f = lambda x: x ** 2
x = torch.randn(N, requires_grad=True)…
-
No clue if I should be posting it here, but i'm using this repo.
I am running this through docker, and connecting from an iPhone 3G running iOS 4.2.1 thru the classic youtube app.
No clue if ios 4.2…