ttys3

Results 114 comments of ttys3

in favor of https://github.com/imsnif/bandwhich/pull/262 close this

the problem maybe related to Wayland. maybe related: "After taking screenshot: Copy to clipboard" does not work anymore on Wayland https://bugs.kde.org/show_bug.cgi?id=463199 seems Wayland only allow to use clipboard when the...

maybe also add a link to the rfc in the code comment ? https://www.rfc-editor.org/rfc/rfc9110.html#name-host-and-authority

> Maybe it's better to at least keep the protocol (i.e., http, https, udp)? maybe we do not need to distinguish it is http or udp? if the hostname is...

> Number of torrents containing each tracker never stop growing, as can be seen in second pic. It happens when i open another WebUI tab while another is still active....

That's kind of weird. I still not figured out the reason the torrents list got apended again very time when there's more than two tabs open. I added some debug...

the problem is related to the new added code: ```javascript merged_torrents = trackerList.get(hash).torrents.concat(torrents); ``` fixed with: ```javascript merged_torrents = trackerList.get(hash).torrents.concat(torrents); // deduplicate is needed when the webui opens in multi...

> Is it against etiquette if I just start a new PR based on this one? This issue is annoying me as well. you are welcome to do this.

> I say why not since OP has not shown up for 5 months. He is still active on Github, which means he is probably not interested in this anymore....

> > the current code just works. but it may have performance issue. I do not know. > > > > > > I've been using this code for almost...