Elijah Frederickson

Results 7 issues of Elijah Frederickson

Apply the fix suggested in #512

Full message: > Could you add a toggle to keep it enabled while the power is connected? I have a Mophie Power Pack Plus battery case and would like to...

enhancement

It's not the only app either. UIWindow resizing does not force it, so other methods (app-specific?) need to be looked into.

In the title. Would be potentially useful to have.

enhancement

This can be done with libcolorpicker.

enhancement

Simple enhancement.

enhancement

## Overview When running a queryset like this: ```python values = set() for results in MyModel.objects.filter(Q(a__subfield=1) | Q(b__subfield=1)).values_list("a__subfield", "b__subfield"): values.update(results) ``` Over documents like this: ```json {"a": {"subfield": 1}, "b":...