Matt Schreiber

Results 81 comments of Matt Schreiber

NetworkManager release 1.26.6 [contains a fix for the wildcard-routing-domain-on-all-interfaces issue](https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/nm-1-26/NEWS#L23-24). If you are using NetworkManager, suggest you update to 1.26.6 or above. If you aren't using NetworkManager, or if the...

@lordnynex -- could you post up your recipes? I would like to try reproducing the issue. Thanks!

@randheerar -- what version of Bashcov are you using? Given that you are running Bashcov as `root`, this may be related to #31, #43, #56 (Bash versions 4.4 and above,...

3.1.2 is [the latest release](https://github.com/infertux/bashcov/releases/tag/v3.1.2), and the `bashcov` executable in this release [can be run as `root`](https://github.com/infertux/bashcov/blob/master/CHANGELOG.md#v300-2023-04-10-changes) (though "it is not recommended", to quote the linked changelog entry). @randheerar --...

> I will make the changes you highlighted, hopefully within the next few days. And a mere ~1350 days later, I'm back with some updates (~1350 is a "few days"...

@lordnynex -- unfortunately this is a shortcoming of Hiera itself. Here's [`Hiera::Backend.datasourcefiles`](https://github.com/puppetlabs/hiera/blob/7d2188640f85ea35b4cd28459fe14b7cd0a7b831/lib/hiera/backend.rb#L97-L107) ``` ruby def datasourcefiles(backend, scope, extension, override=nil, hierarchy=nil) datadir = Backend.datadir(backend, scope) Backend.datasources(scope, override, hierarchy) do |source| Hiera.debug("Looking...

Relevant commit at the [old Bundler repo](https://github.com/rubygems/bundler/commit/04a04719f00c99c846973906111dae4e34310bff). Looks like there's been a lot of churn w.r.t. the `bundler {cache,package,pack}` `--all` flag (try `git log -G 'feature_flag.*cache_all' -p` in the old...

Thank you for opening this issue. I agree that it would be helpful to support running the connection plugin as someone other than `root`. It's unlikely I'll get to adding...

Hello @Minituff -- I've looked into this and I'm unable to reproduce the issue. Here's [the branch](https://github.com/tomeon/nautical-backup/tree/bashcov-coverage-investigation) of my `nautical-backup` fork that I'm using to investigate your issue. I've had...

@Minituff > In retrospect, it might have been a little crazy of me to develop a Bash project on Windows..... Not terribly crazier than developing a Bash project, full stop...