Fran Fitzpatrick

Results 8 issues of Fran Fitzpatrick

I cannot get django-prometheus to expose any metrics around the cache. I have it configured like so: ```python CACHES = { 'default': { 'BACKEND': 'django_prometheus.cache.backends.redis.RedisCache', 'LOCATION': [ 'redis://{}:{}/1'.format(REDIS['host'], REDIS['port']), ],...

Have you thought about or considered adding support for Redis Sentinel? The other projects I've found related to this seem to be _very_ old, and this project is well maintained,...

I currently have a function that looks like the following: ```python @backoff.on_exception( backoff.expo, RuntimeError, max_time=30 ) def get_rules(url): response = requests.get(url) if not response.ok: msg = 'Unable to get latest...

### The problem I'm unable to activate the Hue Natural Lights scene with the hue_activate_scene service call; all other _regular_ scenes do appear to work just fine. Additionally, "clicking" on...

integration: hue

I'm noticing that the social icons are a light blue instead of the dark gray... anyone else having this problem?

# QwikContext The 1.2.370 on PyPI does not contain what's tagged in `1.2.370-master` or `1.2.730-devel`. Specifically we noticed that the function `update_from_repo_url` is missing from iDRACUpdate.py. # Details We're trying...

Hi all! Curious if you guys have a timeline for a full 4.0 release? What's blocking that?

### The request I don't THINK this exists, so please correct me if I'm dumb and just missed it, but would it be possible to trigger the Vivint alarm from...