Paul Adams

Results 5 issues of Paul Adams

**Is your feature request related to a problem? Please describe.** I maintain a docker image which is used for testing multiple different projects, and I'd like to provide a set...

enhancement

Given the following code: ```python import dataclasses from enum import EnumMeta, Enum from typing import Optional, Union class MyEnumMeta(EnumMeta): """Metaclass for Enum classes""" class MyEnum(Enum, metaclass=MyEnumMeta): FIRST = "thing1" @dataclasses.dataclass...

bug
cat: control flow

I think I already know the answer based on GoogleCloudPlatform/app-maven-plugin#330 and GoogleCloudPlatform/app-maven-plugin#435 but I want to know if anyone has a workaround for this. I've just migrated to the new...

priority: p4

### The problem Jellyfin creates a new Chromecast device/entity every time you play something using the native Jellyfin app on Android. This seems to be the same as issue #105000...

integration: jellyfin

I think this is the same issue as #2292 which was closed without a resolution. I have a feature with an ignored scenario that's called by other scenarios in the...

help wanted