Results 101 comments of Sebastian Urban

I license past and future contributions under the triple MIT OR Apache-2.0 OR Zlib license, allowing licensees to choose any one at their option.

> This is a limitation from `winit`, so I suggest you open a `winit` issue on this: https://docs.rs/winit/latest/winit/event_loop/struct.EventLoop.html#method.run According to `winit` developers this is already supported, see https://github.com/rust-windowing/winit/issues/2187#issuecomment-1031858115 .

Is there something that we can do to move this forward? Being unable to serialize a basic Rust type unfortunately makes serde_cbor not usable for me.

MsgPack stores u128/i128 as a [byte array]. I think it would be a simple fix for serde_cbor to do the same? [byte array]: https://github.com/3Hren/msgpack-rust/blob/5bf2c24203ad422233cf35b7b7bfad9f7e811814/rmp-serde/src/encode.rs#L557

@lavolp3 Do you know where exactly?

In my opinion the best solution would be to include [KaTeX](https://github.com/Khan/KaTeX) as a plugin. It uses the same license as DocFX (MIT) and can be included into the resources of...

We now have an example project in `examples/rtc`, but more would be better.

This would indeed be interesting. However, we would need a more elaborate simulation of TCP that takes the latency between two endpoints into account. This is necessary since `chmux` uses...

> Do you have any comment/opinion about using remoc over Unix Sockets? I can confirm that it works but didn't do any comparison against tcp when it comes to performance...