Marcos de Oliveira
Marcos de Oliveira
As a workaround, you can use `git log --author=@("author name")`
I'm testing a script that runs before ferm and output rules that are later included by ferm, and after I opened this PR, I noticed that more modules (in this...
I think this might need a more evolved patch, as I just tested this: ``` comment this comment is comment a comment test NOP; ``` and ferm outputs: `-A INPUT...
This is because `ferm` keeps only one `match` module in output, even if specified multiple times in config, and `ipset` (`set` modules) doesn't allow multiple `--match-set` for a single `-m...
Apparently, Ubuntu's debian-installer based installations "are not coming back" (https://discourse.ubuntu.com/t/spec-publishing-netboot-artifacts/28256/4)
@tom-james-watson maybe it's related to [this](https://forum.snapcraft.io/t/trouble-bundling-python-with-classic-confinement-in-core20-4-0-4/18234/2)?
@jrivard any comments on this? Not the proper solution? I tested every scenario and it actually fixed the bug. The current implementation is wrong as: * If using SMTP, advanced...
I think this is #543? Maybe add 'Fixes #160' in the pull request to auto close this when/if it gets merged Btw, @mar0x do you plan to merge it?
Regarding https://github.com/nginx/unit/pull/543/files#r714593715: Thinking more about .user.ini, I don't know if you wanna allow live config this way. Maybe to follow what other PHP application servers (mostly apache2/mod_php and PHP-FPM) do...
It won't actually be updated on every request. TTL is checked on every request, and if expired, then it will be updated. But I'm mostly on side of performance. Just...