Casey Muratori

Results 89 comments of Casey Muratori

It is, but I believe the intent here was to avoid having to retype commands (when testing stuff in refterm)? \- Casey

It would be fairly straightforward to reconfigure refterm that way, but unfortunately it would mean that you could no longer use it for performance testing, because you'd always be going...

Yes, putting resources behind handterm would be a very good idea. jfhs and I have talked separately about this and I do think that project is the current best bet...

It looks like this is about the write pattern. Apparently, changing from text to binary mode largely fixes the problem, because stdio no longer goes through CR/LF buffering. This would...

Well - I guess I don't know if it's expected behavior or not. But the reason it happens in refterm is because I kept it single-threaded on the render side....

That is so sweet!!! I'm on it. \- Casey

It already can sort-of do that, by just setting the inbound pipe read size to be something that is processable quickly. I'm not sure what that would look like in...

I pushed a v2 just recently. Still in the works, but I added the handle check. I haven't had a chance to test it yet though, so it's probably not...

Yeah, there are some issues that will need to be addressed as I round everything up. Basically the terminal now only uses CPU/GPU when it needs to, which means it...

I think the problem currently is that nobody has really looked at the handle stuff in detail, I just did whatever was simplest. So it's kind of thrown in there...