Martin

Results 121 issues of Martin

.NET 7 came out a few months ago, though the global.json still relies on 6.x for now. https://dotnet.microsoft.com/en-us/download/dotnet/7.0

See https://docs.ansible.com/ansible/latest/collections/community/postgresql/postgresql_user_module.html#parameter-priv

bug

Purely cosmetic change to the readme.

*I apologize for the quality of this issue, I had a great one 95% completed, until I had the bright idea to restart dbus-broker on my main system instead of...

Both of these commands return code 0, they should return a non-zero return code, as they have errored. ```bash # dkms status Error! Could not locate dkms.conf file. File: /var/lib/dkms/nvidia/535.104.05/source/dkms.conf...

Remove syslog.target from service files, this target hasn't existed for over a decade. https://github.com/systemd/systemd/blob/6aa8d43ade72e24c9426e604f7fc4b7582b9db7c/NEWS#L72-L73

Feature from https://github.com/sphinx-doc/sphinx/pull/2064.

Based on what the help suggests, `id=1` should not work but `id%3D1` should. The opposite is the true, either the help documentation or the behavior needs fixing. ```shell [0] %...

documentation
check_curl

Fixes #118 Standardized as per https://docs.ansible.com/ansible/latest/reference_appendices/common_return_values.html Now it's actually possible to get stdout/stderr with verbose options. Now STDERR isn't checked anymore for content, only return codes are taken into account,...

Sorry for the extra commits, created the branch wrong and didn't have time to fix it, only latest is relevant. Should work, but needs testing.