Jason Gauci
Jason Gauci
Is it fixed in the latest version of sentry? On Tue, Jun 27, 2023, 8:43 AM Michael Vetter ***@***.***> wrote: > The build fail was actually in the sentry 3rd...
@jubalh can you confirm that latest master branch builds on gcc 13? 13 isn't part of github actions yet so I can't test in CI...
Could you use environment variables to skip most of your config depending on the circumstances?
Can you write a first draft of the package spec and attach it to thos issue or make a PR? On Fri, Nov 24, 2023, 6:52 AM banteg ***@***.***> wrote:...
ET has flow control but it's based on lines-per-second (currently set to 1024 lines-per-second): https://github.com/MisterTea/EternalTerminal/blob/master/src/terminal/UserTerminalHandler.cpp#L110 In your example, there are no newlines so the flow control doesn't kick in. Feel...
Oh, interesting! What happens if you compile with a much lower lines per second?
Interesting, I'll have to try that later this week. It should be blocking the read() call which does put back pressure on the process writing the output, but maybe there...
What are the permissions and owner of the file /tmp/etserver.idpasskey.fifo ? On Fri, Aug 20, 2021, 1:15 PM Maxwell175 ***@***.***> wrote: > So I set up an etserver on one...
Can you post your etterminal log? it should be in /tmp/etterminal* On Fri, Aug 20, 2021 at 8:07 PM Maxwell175 ***@***.***> wrote: > The permissions on that file are: >...
@andreyvg what about logs from /tmp/etserver*?