Jakub Fišer
Jakub Fišer
I can try to profile the start but I'm not sure how to do that - strace seems like an overkill and I'm _reasonably_ sure there is a better way...
so I dug a bit deeper (in a layman-ish way) and found out a bit more. Ran `strace -Ttt` doing `rio -e true` and its wezterm and foot equivalents and...
Somehow even when I set `remoteBuild` to `false` and `export TMPDIR=/tmp2`, I still end up with `out of space` errors from `/tmp/...` when building a machine which happens to be...
that's... unfortunate. I'll open an issue in upstream for this, unless one already exists. Guess this one can be closed until upstream allows the settings.
just fyi, I tried a workaround: ``` --ssh-opts "-o SetEnv=TMPDIR=/tmp/test" # with the server's AcceptEnv counterpart set ``` but it didn't have any visible effect
hmm.. good question. I think respecting `$TMPDIR` would be consistent with upstream (and with the general purpose of that variable) and therefore imho a more "expected" approach by whoever sets...
Exactly what I came here to ask for. Basically make Satty also a _screen_ annotation tool, not just _screenshot_. I can't imagine how hard would that be but I guess...
Time to finally learn Rust I guess :)
> If we do live annotation, we somehow have to acquire a screen copy at some point or we can't save the result. Not necessarily. At least not for the...
@stacyharper > Or does someone knows about an existing program that would behave this way? The only tool that I managed to convince to "work" somehow is [gromit-mpx](https://github.com/bk138/gromit-mpx) but it's...