Christopher Schramm

Results 31 issues of Christopher Schramm

You're doing a GREAT job! Unfortunately I cannot follow every step you make, so it would be great for self-hosting if you would provide versioned releases with a changelog. It's...

It seems like feed updates are scheduled multiple times, since UpdateFeeds selects them with n

Firefox detects AdDetector to be incompatible with multiprocess (e10s). See https://developer.mozilla.org/en-US/Add-ons/Working_with_multiprocess_Firefox.

### Steps to reproduce ```py class Test(): def test(self): pass def test(self): return True A = Test().test() ``` ### Current behavior ``` 5:4: E0102: method already defined line 2 (function-redefined)...

Bug 🪳

...not device name. Fixes #1819

There are device properties for RSSI and Tx power now and link quality is pointless. BlueZ 6 will drop (most of) libbluetooth in favor of the D-Bus API, so we...

This could solve the problem mentioned in #1642 as an alternative to the #1620 concept. I think it's fair to just use the spot of the "paired" emblem and override...

* Set router address as DNS server instead of loopback addresses * Enable dnsmasq DNS service if possible and add DNS servers otherwise Based on and includes #1564

This provides a solution for #1495 / (#949), however, if a user disables the plugin from the UI, there will be no obvious way for him to re-enable it again...