Marius Ghita
Marius Ghita
In ansible they've added "support" for known_hosts ansible/ansible-modules-extras#31 in version 1.9 (even though the docs state 1.6 at this point ansible/ansible-modules-extras#347). However that module does way fewer things and requires...
# Description Remove the init.d/solr SysV init script and use a systemd service file instead. # Solution I've tried not to diverge as much as possible from the way the...
From the initial README.rst the `ValidatorServiceProvider` was missing, and there were already included providers like: `HttpFragmentServiceProvider` and `AssetServiceProvider` which where not specified in README.rst
I've set up the StripeClient instance via the dependency injection auto wiring in Symfony, that way I am specifying my dependency in terms of the interfaces I interact with. However,...
### Current Terraform and Cloudflare provider version Terraform v1.1.5 on linux_amd64 + provider registry.terraform.io/cloudflare/cloudflare v3.7.0 ### Description I would like to set up Email Routing custom/destination address configuration in Terraform....
# Description * Update the installation script to configure a systemd service instead of a SysV service. * Update the documentation with the replacement systemd (systemctl) commands, and notes. This...
Are there plans in updating the bindings to work with more recent releases of libgit2?
Current example currently does not work as dupTChan runs inside the STM monad, not IO