Matej Spiller Muys

Results 69 issues of Matej Spiller Muys

# Summary There is an issue when installing pytest-cov with require hashes mode. We install from pip with all hahes provided on target machine. requirements.txt is generated via pipenv. ##...

**Version**: 4.5.1 **Redis Server**: redis_version:7.0.8 redis_build_id:73fe4a3beb619f6 redis_mode:cluster os:Darwin 22.3.0 x86_64 **Platform**: MacOSX 13.2 **Description**: When calling `client.client_tracking_on(clientid=id, prefix=['foo'], bcast=True)` on clustered redis parser crashes. It works in normal client (non...

bug

**Describe the bug** We extended the provider application model and add enabled db and allowed_ips fields to it. ``` class MyApplication(oauth2_provider_models.AbstractApplication): enabled = models.BooleanField(default=True, help_text='False means that user on record...

bug

Problematic code: ``` @pytest.fixture(scope='module') def grpc_addr(): sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) sock.bind(('localhost', 0)) return 'localhost:{}'.format(sock.getsockname()[1]) ``` Correct code (use with and yield): ``` @pytest.fixture(scope='module') def grpc_addr(): with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as sock:...

As per reported issue in pipenv https://github.com/pypa/pipenv/issues/5552 there is issue that requirementslib stores hashes in non deterministic order. They should be stored in alphabetic order or in preserve order based...

Minimum dependency should be bumped to 3.x and removed six dependency.

Due to a bug: https://github.com/numpy/numpy/issues/17987 It is not possible to build numpy on intel on version lower than 1.20. I propose dropping arm requirement for darwin and let 1.21 for...

It would be really nice to cleanup and remove six library and only support 3.x python. Is this library stil maintaned? I can prepare PR if interested.

They is no sensor for water tank current temperature and set temperature. Unable to create a graph for it. But it is for indoor and outdoor temperature. ![image](https://user-images.githubusercontent.com/3091122/184701600-8feb91d9-63fd-42a3-ade1-00820d91d12c.png) And there...

bug

**What package is missing from Amazon Linux 2023? Please describe and include package name.** Python 3.12 that was released today. https://pythoninsider.blogspot.com/2023/10/python-3120-final-now-available.html **Is this an update to existing package or new...

enhancement
packages
aws-integration