Maxim Zhiburt
Maxim Zhiburt
related https://stackoverflow.com/questions/68643312/why-reading-from-pty-slave-changes-linediscipline-settings
There was an idea that it may be an issue of spawned program. As it may change termios settings at any point. And it may be true. Spawning `cat` doesn't...
If we would read only preamble but don't `>>> ` chars everything but be fine. So the actual issue is in reading exactly PROMPT. Why?
It seems like bash cab override tty mode at any time. I am trying to create a powershell repl and `pwsh` behaives completely differently. Here I am typing a random...
Hi @JohnnyMorganz I've tracked a disscussion for a couple of minutes and seems like you know what the issue is about? But I did not found any place that the...
> Rust build scripts are being expected to be in the root folder, i.e a sibling folder to src. Cargo then will set OUT_DIR for the compiler to use. That's...
To be precise here it is When you keep things as described in tutorial https://github.com/hyperium/tonic/blame/master/examples/helloworld-tutorial.md#L101-L122 https://github.com/hyperium/tonic/blame/master/examples/helloworld-tutorial.md#L130-L134 ```log error[E0433]: failed to resolve: could not find `prost` in the list of imported...
> I don't really see what is missing in the tutorial, That's what I meant (I guess), that probably it makes sense to note or make it more clear that...
I've run into the same issue ``` Error: Error: Fontconfig warning: "/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs" ``` ``` terminalizer -v 0.7.2 ```
As I understand it's not yer resolved, right? But what is the proper way to read all output of a process then? As if we will continuously read eventually we...