Vitaly Yerofeyevsky
Vitaly Yerofeyevsky
I will look into it. The problem with negative filters is the fact that one negative rule will make every other rule almost useless in current implementation. By the way,...
I will look into it this weekend.
I've added a negative filter "Does not have" in 6.3.0. However, remember that if you have multiple filter rules, you probably need to repeat them for each one of the...
> Are the [ ] special characters throwing off the filter or is something else wrong in my setup? There are two issues: 1) Brackets, parentheses, hyphens etc. was considered...
Maybe it is too late and you are not interested in this extension anymore. But it could help somebody else anyway. Recently I found out that [Firefox Multi-Account Containers](https://addons.mozilla.org/firefox/addon/multi-account-containers/) or...
https://github.com/flytaly/reddit-post-notifier/issues/6 https://github.com/flytaly/reddit-post-notifier/issues/27
Easy fix, that would work with `go install`: Save version in `version.txt` file and then add ```go import _ "embed" //go:embed version.txt var VERSION string ``` instead of setting it...