Sergey G. Brester

Results 533 comments of Sergey G. Brester

985acb5eb0ab2387d1f6e8c0e577b3e00e5865c8 (currently as branch `build--with-sfx-setup`) creates both `7zS.dll` and `7zSD.dll`, but because GHA uses newest Visual Studio in CI, that'd build it using UCRT, `7zSD.dll` is a Setup-SFX dynamically linked...

I merged it to [release](https://github.com/mcmilk/7-Zip-zstd/tree/refs/heads/release) branch now, and it is released now within [v25.01-v1.5.7-R2](https://github.com/mcmilk/7-Zip-zstd/releases/tag/v25.01-v1.5.7-R2) in updated version (together with #438). @mcmilk since it is in release branch now, we can...

Thx for the PR! I have few questions about it: 1. is exe built with that supposed for dark mode only (or can it automatically and/or per setting switch to...

I guess, "merged" is wrong word here - you have to extend it and implement the select option (to switch the themes), etc... Or always provide 2 sets of executables...

I'll try later to check whether a merge is possible. If someone has a PR, welcome.

After merge of Lizard 2.1 branch (#396), this showed a lot of duplications. I resolved many of them with followed commits (reducing dups +7.5% to +3.7%), but it is still...

The instruction from provided link shows "vulnerable" failregex - too many catch-alls, unanchored (`^.*` is not an anchor), etc... So it will not be provided here as it currently is...

Don't you use it by yourself? Because one could extract the log matches using something like this: ``` fail2ban-regex -o msg path-to-your-authelia.log authelia ``` And 2-3 messages of every type...

> And here are examples of said log lines in the two different formats Two different formats in the same log-file? I guess no... Also I don't like the interim...

> it's getting a bit hard to address @sebres' comments What exactly is not clear? It is pretty simple: One has to create `/etc/fail2ban/filter.d/authelia.conf` with the content I provided above...