Strider

Results 91 comments of Strider

> Have I lost backpressure? Most likely. flyd is push. Readable is pull. Implementing backpressure in push world requires some careful actions. You need to pass signals back by the...

For now it is not possible to enable inherit mode for ssh stdio, so migrating to this new feature would reduce scripts' transparency.

@antonmedv I have a multi-stage build script which is part-local and part-remote. Remote parts are essentially `ssh -T $remote

@antonmedv not sure, I'm not using this, but maybe someone is. I think people would try to blindly port trailing `.stdio()` option from their local zx statements. (that was my...

Hello. Is it possible to set stdio = inherit for ssh yet?

It would be nice to have stdio for ssh. I think I will revert my script to `ssh -T heredoc` for the moment.

Hello. I've recently upgrated to `5.15.12` myself and also got my app broken. The error is similar: `_styledEngine$1.internal_processStyles) is not a function`. Hope, this can help. I will try to...

Afaik, there're engine specific keywords to workaround this: ``` height: 100%; height: -moz-available; height: -webkit-fill-available; height: fill-available; ```