Paul Tunison

Results 73 comments of Paul Tunison

Sorry for the late response. Basically what's happening for me is that when saving the session the history dump command is being saved with a panes history. This was previously...

For example, before this change, the last command in the history of all restored panes was the `history -w '$(resurrect_history_file "$pane_id")'` command.

Before, the command was assuming `ignorespace` was included in the HISTCONTROL env variable, which wasn't the case for me (and probably shouldn't be assumed).

Sounds better than what came up with. Commit in a minute.

Can you confirm if this issue persists?

Can you double check if this issue persists with the v0.8.0 update?

There is currently a mismatch as to what readthedocs and the current documentation say. There has been a separate issue that has not floated up high enough yet that the...

Is this still relevant given changes since last year? We can close this issue unless you have something to reproduce the issue given the current codebase.

In a lot of cases I agree with this. There is still a possible niche application of the ``smqtk.utils.parallel.parallel_map`` in that it can parallelize the execution of on-the-fly functions and...