Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upCouple of changes to cmd.js #600
Conversation
Signed-off-by: Vincent Frentzel <vincent@frentzel.eu>
- Removed peer overview unless --verbose passed. - Redraw interval increased to 2s. Signed-off-by: Vincent Frentzel <vincent@frentzel.eu>
Signed-off-by: Vincent Frentzel <vincent@frentzel.eu>
- Use of 6881 as default value. - Alias -c defined.. Signed-off-by: Vincent Frentzel <vincent@frentzel.eu>
Signed-off-by: Vincent Frentzel <vincent@frentzel.eu>
Signed-off-by: Vincent Frentzel <vincent@frentzel.eu>
Signed-off-by: Vincent Frentzel <vincent@frentzel.eu>
Signed-off-by: Vincent Frentzel <vincent@frentzel.eu>
Signed-off-by: Vincent Frentzel <vincent@frentzel.eu>
Signed-off-by: Vincent Frentzel <vincent@frentzel.eu>
Signed-off-by: Vincent Frentzel <vincent@frentzel.eu>
This comment has been minimized.
This comment has been minimized.
|
I'm curious why you need the |
| '{green:Blocked peers:} {bold:' + torrent.numBlockedPeers + '} ' + | ||
| '{green:Hotswaps:} {bold:' + hotswaps + '}' | ||
| ) | ||
|
|
This comment has been minimized.
This comment has been minimized.
feross
Feb 7, 2016
Member
This is pretty advanced information. Why do you want to show it to all users?
This comment has been minimized.
This comment has been minimized.
|
Seeding the torrent when done downloading. So far the only work around Ive found was to relaunch with seed instead of Is'nt it best practice to keep sharing by default? BR, On Sun, 7 Feb 2016 at 21:35, Feross Aboukhadijeh notifications@github.com
|
This comment has been minimized.
This comment has been minimized.
|
Yeah, you make a good point. My concern is that lots of folks use the command line to fetch files and then do other things with them. Example: webtorrent magnet_uri --stdout | some-other-programWe can make it so that In the future, please send separate PRs for each change you want to make so they can be discussed and merged individually. |
This comment has been minimized.
This comment has been minimized.
|
I like this PR, except for the changes you made to the UI. Can you remove those? It doesn't make sense to me to hide the detailed peer info under In another PR/issue, I'm open to making a more minimalist download UI similar to the npm3 one: And we can hide the current one behind Sound good? |
This comment has been minimized.
This comment has been minimized.
|
Sounds good. I ll open new PRs for the port and exit including the implicit for stdout. Feel free to drop this one. Cheers,
|
This comment has been minimized.
This comment has been minimized.
|
Thanks for opening new PRs. That's really awesome of you. I'll look for those. |
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
May 4, 2018
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |

zcecc22 commentedFeb 6, 2016
Commits documented and signed off. Ready to discuss as needed.