fasten icon indicating copy to clipboard operation
fasten copied to clipboard

Consider std::io::Stdin instead of File('/dev/stdin')

Open bovee opened this issue 7 months ago • 1 comments

I'm not sure if there's a performance difference (in which case please feel free to add a comment and disregard this), but I think opening /dev/stdin instead of using std::io::Stdin might limit the platforms fasten works on to only POSIX ones (i.e. probably not Windows). Not a high priority, but an easy search/change and probably a good beginner bug.

bovee avatar Nov 18 '23 04:11 bovee

Thank you for that tip! I am going to leave this ticket open for when I start refactoring.

lskatz avatar Nov 27 '23 16:11 lskatz