Joannis Orlandos

Results 219 comments of Joannis Orlandos

Hey! Just checking, but you're essentially looking for a bidirectional stream right? Writes are going to `stdin` and `stdout`/`stderr` are emitted back to you? That's super achievable. I can make...

I'm thinking of mimicking the NIOAsyncChannel APIs

@vsevolod-volkov I probably rejected your friend request because it was missing a message. I do tend to get some spam as well. Can you reach out again, or send a...

Are you in the orlandos-nl discord server, linked in the Citadel README? https://discord.com/invite/H6799jh

No worries, I'm fighting with my network right now

```swift try await client.withRunningExectable( "/path/to/executable", "--flag", "--key", "value" ) { inbound, outbound in // outbound allows clients to write to `stdin` on the server try await outbound.write(...) // Inbound represents...

Not much, I've been busy with Hummingbird 2 recently, and am currently on vacation

The problem with the newer Crypto/_CryptoExtras versions it that I need to vendor my own BoringSSL, since Apple removed APIs I was leaning on for RSA support. I've yet to...

Sorry for missing your PR. I didn't see this because I wasn't marked for review