Zachary Wimer

Results 119 comments of Zachary Wimer

Interesting. I do notice that in my `wg-quick` I have the line: ```bash [[ $proto == -4 ]] && set +e && sysctl -q net.ipv4.conf.all.src_valid_mark=1 &> /dev/null && set -e...

@thrnz https://www.procustodibus.com/blog/2022/01/wg-quick-firewall-rules/ I think that it was not necessary for me because my system's `sysctl net.ipv4.conf.all.rp_filter` is set to loose filtering (I didn't manually change this so this might be...

Currently overseerr provides an option that allows auto-tagging requested media in sonarr/radarr; as a result of the tag permission not being toggle-able if advanced is on: 1. User A can...

@albertosottile How exactly would you accept documentation? There isn't much to document, just the `BaseListener` class really. I can put this in the `README.md` easily. This is my preference. If...

> General comment, if you do not mind I would release 0.8.0 from the current codebase, and then eventually land this change in 0.9.0. Would that be ok for you?...

With the last 2 commits, when calling `.stop()` on `Windows`, the listener itself will continue listening until the next theme change is detected, but the callback will not be invoked....

Actually, I will add in one more tweak, some extra error checking!

macOS Ventura and Ubuntu 22.04. I do not have a windows machine. I may be able to borrow one next week to test, though if you have access to one...

> One side note: I am on holiday until the second week of January, so I cannot test this. We could either finish the review during this timeframe and merge...