aguy
aguy
here is the error message in sasm: ``` [07:43:20] Build started... [07:43:20] Warning! Errors have occurred in the build: ```
Hi, Thank you for your answers. I'm already using ranks to order nodes. But for a good rendering, I need to put the subgraph containing ranks references at the top...
I forget this The subgraph inherits well many properties from the parent
Hi, Thanks for your helps ;o) Of course, I used the additions of attributes by nodes. But from my point of view, it's sad not to use the ability of...
I'm sorry but all I'm asking to "pygraphviz" is to respect the graphviz possibilties. When I put my subgraph of ranks definition on the top of definition of graph, graphviz...
It's doing the trick, it start the daemon with creation of a NEW session. At each restart of daemon a new session is created, saved and restored. x retstarts ->...
> you may end up killing the temporary session immediately after start, before anything is restored. If you kill the last tmux session, you kill the daemon (on manjaro /...
Sorry, there is an error in my proposal I'm working on strongly solution in regards to my comment https://github.com/tmux-plugins/tmux-continuum/pull/7#issuecomment-732182110 and my difficulties to kill-session inside the starting script ...
> So, why is `new-session -d` not doing the trick? > > > Let plugin script "restore.sh" restore tmux session > > Note that if someone is running tmux plugins...
Hi, Here is a possible solution to this issue : pull-request https://github.com/tmux-plugins/tmux-continuum/pull/83 The problem to clean this added session at each restart is that when you are in the process...