Catherine

Results 1935 comments of Catherine

@chriswailes I believe I've ported all your changes: https://github.com/ruby-llvm/ruby-llvm/pull/16

Upstream repo, or the release should work fine

The toolchain was developed specifically for Andriod. Someone would have to take up support for generic Linux.

@iliabylich I agree with your assessment. If it turns out that we indeed "reinvent the wheel over and over again" then we can, being informed by that experience, change our...

This is a very high quality PR, thanks! I think there are a few improvements that could be done to it, though: * Can you add support for ExtendedKeyEvent on...

So, this `Update` enum is rather ugly. It does not afford us any opportunity for error-checking or choice of internal representation, and currently, adding variants to it breaks the API......

> And adding ExtendedKeyEvent on the client side is more complex. Client has to send its supported pseudo-encodings. Then server replies if it supports this encoding and extensions may be...

> But I don't see why rust-vnc would ever want to decide if data should be compressed or track any state. It should be up to high level logic in...

> use real TcpStream. This doesn't sound good I don't think it's troublesome in any way.