Joseph S. Tate
Joseph S. Tate
I'm ok if you have an option to do routes style dispatching via an addon, however for large scale projects, object based dispatching works so much better. (I work on...
For the data=['a', 'b', 'c'] and data={ a: 'x', b: 'y', c: /._/ } cases, I would want a single event fired on a match of all params, and not...
Doesn't rocky present as `ansible_os_family: RedHat`? Centos does...
I was able to figure out how to monkey patch out the replay protection in the client library, so I'm not blocked. Looking through the code, it seems that the...
Ok, I see how I the user can use the minimal serializer by passing minimal=True to the API endpoint, but should it not be default? In general list operations should...
I did report https://bugzilla.redhat.com/show_bug.cgi?id=2307635. 2.3.2 has the issue still unless it's been patched out. I didn't see any patches when I glanced at the spec file. 3.0.0 is the first...
BTW, I worked around the issue by using the following resource limits in my docker compose file ```yaml ulimits: nproc: 65535 nofile: soft: 32767 hard: 65535 ```
If you're not in a container, under docker, ulimits are generally reasonable. Fedora 39's hard limit is 524288. If you use this as the size of the set that 'daemon'...
I'm pitching in on @jdieter's behalf. We work together. > > I think the correct solution is to store the fingerprint of any RPM signatures in the database, so we...