Michael Avila
Michael Avila
I'm able to reproduce this error by running `find * -type f | selecta` twice in quick succession. I'm on a Mac running the current HEAD of selecta using zsh...
Interesting, here's what I'm finding: - given `env -i zsh -f -d` I _cannot_ reproduce the error - given `env -i zsh` I **can** reproduce the error - given `zsh...
This is only happening (for me) with `stty` from GNU, the BSD `stty` is working fine. If you have `coreutils` installed through homebrew, then you're going to run into this...
Additionally, this doesn't just happen for me on `^C`, selecting something will trigger the problem as well.
Glad I could help, though I'm curious what the real solution is. I rely on `coreutils` as well.
@scutarius thanks for the pull-request! Could you provide some background information? Why you needed this? And how you'd go about testing what you've added? If you could add the unit...
@scutarius thanks! We'll start looking at this. @bmentges is this something you can write some tests for? Let me know.
Just bumping this as I saw it again today: https://travis-ci.com/ipfs/go-bitswap/builds/112491301
I'd like to tackle this specific issue and am looking for the consensus solution. Here are some things I've noted from the conversation so far: 1. If the symlink doesn't...
@Stebalien after a little research, I better understand @georgyo's proposal, but I have some questions: First, I think the pairing of path/hash for symlink is a nontrivial change as it...