Aram Drevekenin

Results 531 comments of Aram Drevekenin
trafficstars

Hmm. Quite a head scratcher. You don't need to use `openssl-sys` anywhere, no. Let's try it the other way: could you try building Zellij without openssl-sys and seeing if this...

Alright, thanks for checking. For the moment I'm out of ideas. I'll check back here if I can think of anything - I'm sorry I don't have any solution or...

Another thing we can try @lannonbr (if you don't mind me using you to collect more info) is with different http clients for surf: https://github.com/http-rs/surf#features (replacing `curl-client` in Cargo.toml). I'd...

First @rcalimlim - I'm sorry for just now replying to this directly, I have been referring to your great comment above for a while. So first - thanks for looking...

Moving to crossterm would definitely be the first step. We only use termion for input parsing, so crossterm could probably do the trick for us.

@blm768 - the only thing we use termion for right now is parsing STDIN. The rest we do "in house", so I think on that front if we can switch...

@blm768 - I see what you're saying now, right. If crossterm can't do that then we can totally offload this to an external library. I'm not sure I understand what...

I'm still unsure what you're referring to in the plugins, tbh. Could you link to the part of the code you mean?

Aha! I see. I actually wasn't fully aware we were doing that :D We should probably be able to get away with just sending the events directly to the plugins...

Yeah, definitely. Both for `termios` and `nix` we'd have to create a wrapper. I haven't dealt with that part of the code-base in a while, but I *think* they should...