Helmut K. C. Tessarek

Results 516 comments of Helmut K. C. Tessarek

> The current migration check/step is done during startup. In that case, it is very easy. Rmove the old migration path from the code. Upon startup start transaction. Migrate to...

That's what I thought at first (and opened #1335), but I was wrong. This pipeline fails because of an rsync issue.

https://github.com/eza-community/eza/actions/runs/12847289727/job/35823428447#step:3:4424

Hmm, this is messed up. The error should show up in that step then. Whatever, I'll wait until the other PR is merged and do a rebase.

@cafkafk may I ask why this is a breaking change? I haven't removed `--stdin`. The only difference is that when you invoke `eza --stdin`, it reads from standard input as...

> The behavior of input piped into eza has changed. I don't understand. How has it changed? If data is piped into eza, eza will still work the same way...

Ok, I see. But... Who in their right mind pipes data into a program, expecting it to be ignored? Why would someone write code like `echo "bla" |eza -l` if...

I hope the commit message is ok now. If not, please make a suggestion.

This PR has 2 approvals and I have changed the commit message as requested. Is there anything else to do?

@zperk13 I have already answered in the other issue. Don't get me wrong, I do understand the current issues that were brought to light due to this PR (and how...