Dominic Davis-Foster

Results 30 issues of Dominic Davis-Foster

I have observed code using `platform.python_version_tuple` to check version numbers, but since it is a tuple of strings it gets tripped up by Python 3.10: ```python >>> platform.python_version_tuple() ('3', '10',...

enhancement
help wanted
good first issue

### Description When the current working directory contains a `pyproject.toml` file `pip` may fail to install (or build a wheel for) source packages. Setuptools tries to parse the `pyproject.toml` file...

type: bug
S: needs triage

### Describe the bug Exporting a decision tree where the `feature_names` or `class_names` contain special characters (particularly `&`) results in invalid graphviz output, as those characters have specific meanings to...

Bug

Apologies if such an option exists already -- I looked through the code but didn't find one. I'd like to be able to stop executing certain code while the update...

I had the driver installed but switched to a different wireless mouse and keyboard, the Logitech K270. The keyboard worked fine but moving the mouse resulted in garbage being typed....

**Describe the bug** If scalene is installed to a path which contains spaces (e.g. `/tmp/path with spaces/venv/lib/python3.8/site-packages/scalene`) it fails to start with the following error: ``` ERROR: ld.so: object '/tmp/path'...

As per the title. e.g. `:copyright: Copyright 2017 by Dominic Davis-Foster` even though I've only just run cookiecutter. I assume the year is hardcoded? Could it be reconfigured to get...

This is an example issue to demonstrate sphinx-toolbox's tooltips.

stale

Python 3.13.0b1 (initially python/cpython#118009 but there have been several follow ups) changed the signature of `ForwardRef._evaluate` so it is now ``_evaluate(globalns, localns, type_params=_sentinel, *, recursive_guard)`` `generate_self_schema.py` calls this function as...

unconfirmed