Andreas Schleifer

Results 33 comments of Andreas Schleifer

```yaml ${HOME}/develop/github.com/vcs-python/checkouts: dotfiles: vcs: git options: remotes: origin: ssh://[email protected]/Segaja/dotfiles.git procpath: vcs: hg options: url: https://heptapod.host/saajns/procpath subversion: vcs: svn options: url: https://svn.apache.org/repos/asf/subversion/trunk ~/develop/github.com/vcs-python/checkouts2: discordbot: vcs: git options: remotes: origin: ssh://[email protected]/Segaja/discordbot.git ```...

Why close this bug if the related PR was not merged yet?

Could be nice. maybe also add different levels of verbosity? like on default nothing, then on the next levels only print the repo name it is syncing and on the...

i have seen `argparse` in other python projects. It seems straight forward and easy to understand. I never heard `click` before this project.

I can see the same issue when you try to start an `openconnect` VPN connection with the `--background` flag. If I put this in a script and run as a...

@tony if you need any help testing or debugging this please let us know. I'm happy to test stuff out, if you tell me what to do.

Hm, I would have to think about that. I guess the problem lies in how these programs fork into the background after their initial execution.

I solved this by running the task that forks to background first and then invoke tmuxp. @tony from my side this can be closed.

> Can you please confirm this issue is still relevant with latest release (v2.18.1) ? I guess this is already fixed by [compose-spec/compose-go#403](https://github.com/compose-spec/compose-go/pull/403) Yes, I can confirm that https://github.com/compose-spec/compose-go/pull/403 fixes...