Carsten

Results 7 comments of Carsten

I also want to point out [my additional comment](https://github.com/benjamingwynn/hueplus/issues/1#issuecomment-420054207), where I show how to possibly interpret some data buffers, the Node.js version actually prints out, to determine the firmware the...

I tested the mentioned validator API with setting of the `ErrorMessage` and stumbled over a small bug. ```C# var inputDirectoryArgument = new Argument(name: "Input directory"); inputDirectoryArgument .AddValidator(result => { result.ErrorMessage...

You would treat these default rules in a special way, which goes in line with my suggestion to make them toggleable, contrary to normal rules. And this toggling could have...

I have now taken the time to create a mockup for how I think this improvement could look like: ![Rules section proposal](https://github.com/safing/portmaster/assets/615657/65f923d3-d729-4f97-8275-1a409f39f29e)

As initially written, this idea was based on the premise to resemble your existing "Force Block", which overrules everything else. That criteria would be fulfilled by sticky default rules. To...

Thank you @Raphty for your response. A bit off-topic: I already assumed that you originally focused on a different usage scenario, but therefore I even more appreciate that you are...

In https://github.com/safing/portmaster/issues/1282#issuecomment-1684424531 I presented a mockup that also covers this "Quick Settings" topic. Please note how I moved the button into the "+ Add Rule" one, because this is after...