Ewoud Kohl van Wijngaarden
Ewoud Kohl van Wijngaarden
In Ruby 3.0 keyword arguments are [handled separate from positional arguments](https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/). This uses kwargs and passes it along. It is likely very incomplete, but this is what I found easily...
This is what I had to do to get Rails 7 to at least migrate and start up on Ruby 3.1. Then I noticed https://github.com/theforeman/foreman/pull/9287 does a lot of the...
Since 14e90094305a29440923a8fc21af1afde3173314 net-ssh is pinned to 4.2.0 but since f8ba14cb0a890ec62e44c9c887c008c48b9538a0 a newer fog-core is allowed. fog-core 2.2.1 can deal with a newer net-ssh so it can be unpinned. net-ssh 7...
Faraday 0.16.0 added Faraday::FilePart as an alias to Faraday::UploadIO and deprecated Faraday::UploadIO. In Faraday 2.0 the deprecated UploadIO was removed. Fixes: e12100b033c13b835fc3b3f1de159dc7f4634fc0 cc @cliffano @zlx @autopp ### PR checklist -...
On Fedora 36 for logged in users (using Gnome) a mount is added: ```console # mount | grep doc portal on /run/user/1001/doc type fuse.portal (rw,nosuid,nodev,relatime,user_id=1001,group_id=1001) ``` This is something that...
### Description With systemd it's possible to send a status line. This will show up when users run systemctl status puma.service. Most of this code is based on puma-plugin-systemd. At...
Version 3.x only dropped support for React 0.14. Since this library can also work with more recent versions, this is compatible. yarn.lock probably needs updating but I don't know how....
Currently this doesn't work because the forklift role can't properly find the vagrant/boxes.d directory.
This includes a rebase of https://github.com/voxpupuli/puppet-nginx/pull/1189. That adds a type Nginx::Duration which looks similar to Nginx::Time (added in f0bf83a1abac6c2ee7fe7257a37514319a96f0fa). We likely want to unify those, but right now I'm not...