Rick van Hattem

Results 315 comments of Rick van Hattem

> Would it be possible just to use influxdb for all history graphs? The data is already written there anyway.... That would require either: - maintaining both the regular and...

As a workaround (I also posted this at #59 which appears to be a duplicate) you can set the filter backend at the view: ```python import rest_flex_fields.filter_backends as flex_filters from...

While I don't have a proper fix for the issue, you can work around it by manually specifying the filter backend: ```python import rest_flex_fields.filter_backends as flex_filters from rest_framework import viewsets...

If support for old versions will not be added, would it be possible to disable the warning about old versions? I use my dotfiles on several thousand servers and it's...

Since it's often useful to have the documentation open next to a shell session I regularly run into this. My laptop's display is 2048 pixels width so half a screen...

Is there any progress on this? It's quite annoying that I have to create a new rule for these sites and/or disable uMatrix completely for these urls to work. I...

> Hi @WoLpH, > Thanks for pointing out the pieces of code involved. But why do you want to have a different timezone for the current time line? > The...

Little addition, I've just tested 1.6.2 and that one still works I'm doing a binary search for the broken version and will test 1.6.4 now [update] I've tested both 1.6.4...

When the `plugin_pause_for_user_event_notify` notify is disabled, there's no problem either :) So for now I'm running 1.6.5 with that disabled. If you need help testing a potential fix, let me...