Björn Pollex
Björn Pollex
Since `database_binder::chain_type` is essentially a prepared statement, it would be useful to have access to the last insert row id from such an object, for instance when storing it on...
The factory method `Every.everyItem` currently returns a `Matcher`. Wouldn't a `Matcher
I've made a couple of small changes to be able to use the `bam_alignment` module from Python 3.
When using [pyenv][1] with a local Python version configured (using a `.python-version` file), Scorphish will display the wrong Python version, because it uses a cashed value, and no virtual environment...
**Bug Report** When calling a generic `__init__` from a generic `@classmethod` on a class that is itself *not* generic, `mypy` reports incompatible types. **To Reproduce** ```python from typing import TypeVar...