-
It might be useful to run mypy against several pip and Python versions (like min + max). Just the last one isn't going to cover a lot of stuff..
_Originally posted by @webknjaz in https://github.co…
-
I've been thinking about using pipenv to maintain my python libraries dependencies for testing environments and encountered behavior, I'm not sure how to overcome, or even if I should and my whole ide…
fizyk updated
2 years ago
-
On the website and or pyopenms docs. Without the need for manual intervention. E.g. put a version file somewhere and both the CI and the docs parse this.
-
PR #42 introduced a bug in the SQLAlchemy Ingres connector. The bug exists in connector versions `0.0.7` and `0.0.8`.
This line was added in that PR:
from sqlalchemy.sql._typing import is_sq…
-
### Issue description
When creating a new virtual environment ( `pipenv install` ) in an empty directory (ie no Pipfile or Pipfile.lock files) the Python version shown in the Terminal output does n…
-
### Describe the bug
Just running the miner on render
The minutes watched error is received frequently whereas I have encountered the other 2 a few times only
### Steps to reproduce
.
### Expect…
-
**Describe the bug**
Missing test workflow for python 2.7. In the past trash-cli supported both python 2.7 and the newer versions of python 3.x leveraging the Git Hub Actions support. Recently Git H…
-
I use the info-file quite often, either with awk one liners or importing the file in R. I have been using them with Illumina data, with great success. Now I am trying to use them with Nanopore data, w…
-
ImportError: cannot import name 'TokenAndPositionEmbedding' from 'keras_nlp.layers'
Packages installed (Windows OS)
-----------------
tensorflow Version: 2.17.0
keras Version: 3.5.0
ker…
-
**Describe the bug**
I have tried other functions, they work. Only facing issues when I want to access user.videos, I get an empty response
**The buggy code**
```py
async with TikTokApi() …