Time filtering with natural-language arguments removes the step where you work out which rotated file the incident is in. The priority filter is the underused one — -p…
A failed job stops at the failing step, so the upload step that would have captured the screenshots never runs. if: failure() is the one that belongs on…
MySQL 8.0 changed the default collation, so a table created before an upgrade and one created after cannot be joined on a string column without a conversion. The…
A function with high inclusive cost and negligible self cost is not slow — it calls something slow, and usually many times. The call count is the third…