Martin Polden

Results 31 comments of Martin Polden

Agreed, it would be better to not break the `EventInfo` interface.

I'm also seeing this behavior on macOS, with default vterm configuration. `C-l` / `vterm-clear` always clears scrollback.

Yes, we'll look into that. Our host management system calls `podman exec` with a timeout, where the process is terminated after a given duration. It's terminated gracefully (`SIGTERM`), but `podman...

Also, I seem to recall when reading through the code that either `stop` or `rm -f` may end up either sending TERM or KILL to "active" exec sessions which seems...

> Once an exec session is running, the Podman frontend is just performing attach work, printing to the terminal and reading input. The actual exec process and is Conmon parent...

I did some more testing. `conmon` process doesn't appear to clean up session when killed either: Start container and an exec session: ``` $ podman start test test $ podman...

I still get the same behaviour as in https://github.com/containers/conmon/issues/260#issuecomment-841115969 when using the conmon binary from the linked build: ``` $ sha256sum /usr/bin/conmon 3d28413ff3f909781386882cd881c31283e3f0fea6965759d04bb8b23e6c5aff /usr/bin/conmon ``` As far as I can...

Is it possible to assign reviewers when initially creating a pull request? I'm a heavy Magit user and and Forge looks perfect for working with GitHub. Previously I used https://github.com/github/hub...

I think this issue occurs when `subtitle.page_link` is `None` here: https://github.com/bramwalet/Subliminal.bundle/blob/cf9a916e95a6313dce2987ae153075cf69fb4df3/Contents/Code/__init__.py#L118