Arata Furukawa
Arata Furukawa
@dandavison @elbaro Hi. I am having the same problem with the latest version. ``` ❯ delta --version delta 0.13.0 ``` This occurs under the following conditions: - use side-by-side -...
I found that works when `side-by-side` and `zero-style` placed in the same feature. ```gitconfig [delta] features = line-numbers-style [delta "line-numbers-style"] side-by-side = true line-numbers = true line-numbers-zero-style = "#ffffff" ```
I've confirmed that the hard-coded filter fixed on https://github.com/ornew/lima/commit/6c8aa18352027bec8af5185b784cb0aa1b343322 works correctly. I can open the PR if it's acceptable to you.
@souleb Thanks for checking this issue :) When TaskRun retries, the Timeout is not recalculated but the StartTime is reseted. It looks to me the retried task can pass through...
Yes, I saw what was happening. This is because it is not the expected behavior. I checked whether it was intended. The problem for me is that Tekton still doesn't...
The real problem for us is that finally execution is not guaranteed. But I'm not saying that the timeout should guarantee the execution of finally. I would like to know...
@lbernick > I'm curious why you say in your original comment that the finally task should not be timed out if timeouts.pipeline is exceeded. I agree you that finally task...