deliciouslytyped
deliciouslytyped
Sorry, this is really bad right now, but here it is, I just wanted to stop sitting on the code at least: [archive.zip](https://github.com/tmux-python/tmuxp/files/4028335/archive.zip) There are some committed and uncommitted things,...
Still just the super messy stuff I have kludged up above - and I dont use it - it's not polished enough (not sure if it even works at all)....
I more or less agree with everything you said. The holy grail stuff was mostly me wondering out loud how good/bad it would work, and not too hard to try...
I took a run at it with the debugger and it seems to hang in https://github.com/tmux-python/libtmux/blob/1331743bcd4ecd6f952ee056570d1462734678b9/libtmux/common.py#L208
Is this possibly the problem? https://stackoverflow.com/questions/1445627/how-can-i-find-out-why-subprocess-popen-wait-waits-forever-if-stdout-pipe Some more stuff https://stackoverflow.com/questions/30982217/python-popen-wait-vs-communicate-vs-calledprocesserror
The following patch appears to work ```patch diff --git a/libtmux/common.py b/libtmux/common.py index 9681d3e..64f4313 100644 --- a/libtmux/common.py +++ b/libtmux/common.py @@ -205,11 +205,7 @@ class tmux_cmd(object): self.process = subprocess.Popen( cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE...
Sorry, I'm all over the place right now, I meant the low level operations that would be needed to replicate what xargo does. I.e. what libraries need to be built...
Yeah thanks, I found te environment variable by accident when peeking at sysroot.rs. :D That's definitely helpful. Thanks for mentioning build-std, I'll take a look! If I saw correctly, most...
I'm currently looking for solutions for whitelisting connections / firewall the network of containers / firejail / bubblewrap / etc, I would very much need / like this. Do you...
Please remember to change the documentation as well!