Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
You need a good setup that doesn't execute scripts by piping them to a fifo where stdin is also piped at the same time. That's catastrophically bad engineering.
-
@lbfalvy Exactly! I also agree with you here. Need a good setup before starting working.
-
stop68673y@andrewethan
1My editor runs startup command in the background without a possibility to enter something and if i configured it to see the output it doesn't grab the focus.
Related Rants
Has this ever happened to you?
You open up your text editor and start typing commands. But it tries to turn on your virtual environment or run a script:
& "c:///project/folder/..."
But since you're in the middle of typing your commands, it get's meddled in between and it fails to run the script, so you gotta do it by hand.
git fet & "c:///project/folder/..."
Unrecognized command "get"
question
script
text editor