Sven Kanoldt

Results 174 comments of Sven Kanoldt

There is now a dedicated [feature branch for windows-support](https://github.com/sassman/t-rec-rs/tree/feat/win32-support) that is kept in sync with `main` and will be at some point mature enough to be ready for release.

@jirutka feel free to contribute an implementation. In fact it's very simple: only an impl for [`PlatformApi`](https://github.com/sassman/t-rec-rs/blob/main/src/linux/x11_api.rs#L128) needs to be added into its own file.

Thanks for reporting this. As it seems there are 2 problems here: 1. the message `Press Ctrl+D to end recording` appears, even if in that case the thread launching the...

I filed [a PR](https://github.com/alacritty/alacritty/pull/4717) to make sure that alacritty sets this variable like also others do, [e.g. vscode](https://github.com/microsoft/vscode/commit/9c82ae899c79de07413af7cdbe262dbe4550abd0)

## Workarounds ### Set the window name (aka terminal name) **NOTE:** this works only if there is just one window with this name ```sh TERM_PROGRAM=alacitty t-rec ``` ### Set the...

Oh nice! I think this will become a game changer when it comes to practicality and performance.

Is there something that one can support you with?

@BabaiLi could you please try to install via `cargo install --locked cargo-generate` and see if the issue persists?

@mvniekerk is the issue persisting for you?

That's definitely a regression. Just to be sure, your .gitconfig does not contain any url http to ssh rewrite sort of config?