Results 9 issues of Skruppy

Additionally to forcing a host&password (#24), forcing a username or username and password would be great. This can be used when authentication is done otherwise (HTTP basic auth etc) or...

enhancement
low-priority

After the addition of NFTables in 3.22 (Issue: https://github.com/lxc/lxd/issues/6223 / PR: https://github.com/lxc/lxd/pull/6875), the [lxc-checkconfig](https://github.com/lxc/lxc/blob/master/src/lxc/cmd/lxc-checkconfig.in) script should be updated to reflect the new optional kernel configuration requirements (more or less optional,...

Feature
Easy

This PR adds a method to force the usage of HW/SW serial, while still maintaining backwards compatibility. This new method can be used together with [small changes](https://github.com/skruppy/Marlin/commit/c53622b1a4f9aa285f70f11759a1cf8bc344d781) to Marlin to...

As stated in http://www.sogo.nu/bugs/view.php?id=1158, the the MailFieldNames fields (like _mail_) can only contain a plain E-Mail address, without a full name like _"Dude" _. If the value contains never the...

Similar to #9, this patch fixes errors caused by the usage of the file object format. More generally, it allows the plugin to be used with more complex file structures....

According to the tfenv documentation https://github.com/tfutils/tfenv#terraform-version-file, versions can also be specified using a regex, where the most common one, a prefix match, is now also supported by this plugin.

It would be nice to be able to access the source path and destination path of the currently modified JSON. It seems currently not possible if you use globbing. Here...

with Version 0.14.0.alpha8 `opEquals()` is not honoured anymore when asserting equality. It worked prior version 0.14. See the following MWE: ```D import std.stdio; import fluent.asserts; void main() {} class Thing...

Tested with 0.14.0-alpha.7 I got the following results: ```D import std.stdio; import fluent.asserts; import std.range; import std.algorithm; void main() { writeln("Edit source/app.d to start your project."); } unittest { auto...