Jim Brännlund
Jim Brännlund
Related #585
We need a better solution/implementation for handling the DOM manipulation hooks. They rely on primitives/low-level python API which is bad and extremely hacky with the new way of generating the...
**Description** When using the `pytest-rerunfailures` plugin and marking a test as "flaky", the `pytest_runtest_logreport`-hook is only called for the last occurrence of a "teardown" despite it still being run (evident...
After some more fiddling, the incompatibility might come from pytest-metadata and pytest... it seems pytest-metadata doesn't support pytest >= 8.0.0 yet, and that makes the report generation fail for some...
### Describe the bug `aws logs tail --log-stream-names --follow` Never exits even tho no more logs are coming in due to the service (Fargate Task in this case) has exited....
**Actual behavior** `mktemp` is present in the image with execution bit set, but is non-functional: ```sh mktemp: No such file or directory ``` **Expected behavior** `mktemp` should work (or possibly...
If Kaniko would support a simple webserver (can be a separate image to not inflate the standard one), you could use Kaniko as a sidecar. That would solve some of...
Per [johnscs.com](https://johnscs.com/remove-proxmox51-subscription-notice/): ```yaml tasks: - name: Silence the Proxmox subscription nag ansible.builtin.blockinfile: path: /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js insertafter: 'checked_command: function\(orig_cmd\) {$' block: | {% filter indent(width=8, first=true) %} orig_cmd(); return; {% endfilter %}...