Results 51 issues of PyroScope Project

It seems the initial execution time is used for those, and then the interval just added. Later executions need to re-evaluate the start offset, or otherwise correct for DST and...

question
trouble-shooting

* waste no space (use human_size etc) * Sacrifice "Port" etc on narrow canvas (and add command to always hide it) * Unicode instead of text labels * Add config...

enhancement
P2
easy

When there's time, no rush…

enhancement
P1

`case = ‹expression›, {‹val1›, ‹cmd1›[, …]} […] [, {(otherwise), ‹default1›[, …]}]` Means we have two new commands. `otherwise` returns a singleton value and is thus uniquely identifiable. `case` goes through...

enhancement
P2

Add a throwing variant, and a default value optional 2nd arg to `system.env`. https://rtorrent-docs.readthedocs.io/en/latest/cmd-ref.html#term-system-env

enhancement
easy

How can you use that thing for debugging otherwise?!

enhancement
P1

* https://github.com/chros73/rtorrent-ps/issues/76 * Possibly needs different code paths in init vs. xmlrpc cmds received during normal operations

defect

``DownloadStore::save(Download* d, int flags)`` could be optimized to not write unchanged resume data (by adding a new flag). Implement by storing the SHAs of the bencode data last written, adding...

enhancement
P3

Problem: Restartinmg instances with many items (say 5k+) is a problem because the client is frozen / sluggish for minutes. Possible remedy: * set a random delay for all started...

enhancement
P2

* Patch or copy the ``DownloadList::receive_view_input`` code * Allow settings a custom ``title`` (prompt) * Call specified command afterwards, with the input as arg.0 * ``ui.prompt=title,((command, foo, (argument.0)))`` or similar

enhancement
P3