couteau

Results 10 issues of couteau

Graph raises the following deprecation warning when assigning ids to geometries for purposes of calculating adjacency: ``` ... /gerrychain/graph/adjacency.py:21: ShapelyDeprecationWarning: Setting custom attributes on geometry objects is deprecated, and will...

### Bug description ```python # pylint: disable=missing-module-docstring,missing-class-docstring,missing-function-docstring,too-few-public-methods class Parent: def __init__(self): self._foo = 1 @classmethod def create_instance(cls): return cls() class Child(Parent): def __init__(self): super().__init__() self._bar = 'a' @classmethod def create_instance(cls):...

Needs triage :inbox_tray:

**Describe the bug** MockMessageBar pushMessage method does not have the same signature as the actual QgsMessageBar pushMessage method **To Reproduce** Steps to reproduce the behavior: 1. Create a test plugin...

bug

When attempting to install poppler-quartz, I get an error, "wrong number of arguments (0 for 3)". It seems to be caused by the call to PopplerData.new.brew with no arguments. Apparently,...

Guake and Yakuake have an option to hide the terminal when it loses focus.

forked-daapd fails to return artwork when requested by albumid. The request takes the form: /databases/1/groups/[groupid]/extra_data/artwork The handler (daap_reply_extra_data in httpd_daap.c) assumes that the groupid is 32 bits, but daap albumids...

### Bug description Pylint reports a W0143 warning when comparing an attribute that is a descriptor to a constant, but only when the descriptor class has more than one level...

False Positive 🦟
Needs PR

### Bug description ```python Using the `start` or `stop` properties of a `range` object to index a `Sequence` raises a false E1126 error even though both are integers. The following...

Needs triage :inbox_tray:

Most of the bundled python library versions are woefully out of date. Pandas is on 1.3.3 (September 2021), shapely is 1.7 (January 2020), geopandas is 0.8.1 (July 2020), just to...

The most recent commit fixes the type hints in (at least) the `graph` module to be compatible with python 3.9, but the released version on PyPI (currently 0.3.2) still does...