strang1ato / nhi

:tv: Automatically capture all potentially useful information about each executed command (as well as its output) and get powerful querying mechanism
GNU General Public License v3.0
300 stars 11 forks source link

Spawning multiple shells at once breaks epoch indicator uniqueness #24

Open pexes123 opened 1 week ago

pexes123 commented 1 week ago

tools opening multiple terminals at once, like tmux-resurrect lead to conflicts like this

2024-09-03 11:39:47 | table `17253563876` already exists
2024-09-03 11:39:47 | table `17253563876` already exists
2024-09-03 11:39:47 | table `17253563877` already exists
2024-09-03 11:39:47 | table `17253563877` already exists
2024-09-03 11:39:47 | table `17253563877` already exists
2024-09-03 11:39:47 | table `17253563877` already exists
2024-09-03 11:39:47 | table `17253563878` already exists
2024-09-03 11:39:47 | table `17253563878` already exists
2024-09-03 11:39:47 | table `17253563878` already exists
2024-09-03 11:39:47 | table `17253563878` already exists
2024-09-03 11:39:47 | table `17253563879` already exists
2024-09-03 11:39:47 | table `17253563879` already exists
strang1ato commented 1 week ago

It looks like it is a part of larger issue of nhi breaking on tmux https://github.com/strang1ato/nhi/issues/14