Marcin Kulik

Results 485 comments of Marcin Kulik

Have you tried using `awk`, `sed` or similar tool to replace occurrences of sensitive information in existing `.cast` files? The recordings encode the terminal output in plain text, which is...

Interesting! That's some good sleuthing. I haven't noticed this problem on any of my machines/deployments, so it could be distro specific. That mem leak in #429 has been fixed a...

One more thought: this seems to be specific to RHEL-family of distros, as the linked issues mention Rocky, Fedora, and you use Alma.

Good point. I'll update the docs and make it clear 👍

More on the problem: https://nathancraddock.com/blog/macos-dev-tty-polling/

The `select`+thread trick described here is something to consider: https://code.saghul.net/2016/05/libuv-internals-the-osx-select2-trick/

There's a regression, re-opening this.

Good catch! Thanks for reporting. Looks like a regression, as this used to work in the past.