Results 262 comments of Jason Gauci

Ok, sorry it took so long for me to figure this out. I pushed a 6.2.8-2 package that should have libtinfo5 removed.

The client doesn't need root but the packages will install it to /usr/bin by default. Are you asking for a portable binary which doesn't need a package manager?

That log message is only at verbosity level 4 and higher. You shouldn't see it in normal operation: https://github.com/MisterTea/EternalTerminal/blob/8ce83c9239a881bf433aa29bbd7f0cef3777ea1e/src/terminal/TerminalClient.cpp#L213 Is the server cfg file set to verbose prints? On Sat,...

Those prints are saying that your window size is changing. The window size is measured in CHARACTERS, so a window size of 50k by 46k is bonkers and will definitely...

How often does the job run? The window size is based on the size of the shell that called et. If it's done non-interactively, maybe the size is arbitrary?

Can you add a github action to run renovate? https://github.com/renovatebot/github-action

"let it run on its own accord" What does this mean? I assumed that without a GitHub action I would need to run some command regularly to get updates.

Oh! That's the part I was missing. Ok, with the GitHub hook we don't need an action.

Hey! These are warnings, not errors. I'll fix, but it shouldn't block anyone from using et as-is.