hansingt
hansingt
Currently, only wheels for python 2.7, 3.8 and 3.9 are available on PyPi. Would you mind adding pre-built wheels for python 3.10 as well? I know, that one can build...
Hi, I'm using an Odroid U3 and moonlight-pc is working verry well on it. The only problem is, that the video is stuttering due to software decoding of the stream....
There is no default command and no entrypoint defined in the `Dockerfile`. Thus, everybody not using the `.gitlab-ci.yml` using this image needs to explicitly call it with: `docker run ciricihq/gitlab-sonar-scanner...
Currently, the Dockerfile downloads the `sonar-scanner-cli` from sonarsource.com and unzips it to `/usr/bin/sonar-scanner`. But it does not delete the original zip file. Thus, the image size is needlessly increased and...
As recorded in https://github.com/pypa/pipenv/issues/4588 and https://github.com/tox-dev/tox-pipenv/issues/68, pythonfinder seems to have problems, when the path to the interpeter starts with a dot. Using the followin `tox.ini`: ```ini [tox] requires = tox-pipenv...
## Issue I get a traceback, when I try to do a `tox list` for a project, whos `tox.ini` contains a `requires`: Traceback of tox list ```console ROOT: will run...
Currently, this package depends on [`mypy>=0.800, = 0.940`. Why is the version of `mypy` constrained in the `setup.py` anyway? Would it be possible to remove this constaint? Or at least...
### setuptools version setuptools==69.1.1 ### Python version Python 3.11 ### OS Fedoa Workstation 39 ### Additional environment information _No response_ ### Description I've a custom setuptools extension, which tries to...
* gevent version: `24.2.1` installed from PyPI * Python version: `3.11.9` installed via [pyenv](https://github.com/pyenv/pyenv) * Operating System: Fedora 40 on Kernel 6.8.11-300.fc40 ### Description: I'm having a WSGI-Application, which receives...
I'm currently facing issues with buildkit always enabling the OTEL traces exporter during build. The software I'm trying to run during the build, uses OTEL itself. Thus, because buildkit configures...