Ivan Tham
Ivan Tham
@maroider Can you also test it out with multi-pointer x (I believe wayland also supports this) while working on this? In the demo, can also add a "seat" details there....
> Is there a particular reason you can't test this yourself, @pickfire? I have no experience with "multi-pointer X", and the wiki page you linked doesn't list i3 (my X11...
Oh, I thought `CompositionEvent` means some kind of compose key thing, I never used those and don't even know how to use compose key, I had only used `IME` to...
> One benefit is that you'll know precisely when you actually have IME, so you won't call to set_ime_position until you've got an event from a winit that IME was...
Can it commit partially?
I hope that there is support for Malaysia's telecom too.
I think `join` is not a good idea, `join` should work with `PathBuf` as well and use `Separator` like the one in `slice::join`. https://rust-lang.zulipchat.com/#narrow/stream/219381-t-libs/topic/join.20on.20Iterator `flatten` seemed to be there in...
I thought about something like that but I haven't been able to figure it out. But maybe not `Display`, potential footgun if users accidentally put something that is display but...
> I based myself on the current implementation which requires Self::Item: Display, so I kept that bound. I think the original idea was that a join with Strings/&strs only would...
> You still need to get that &str. What if I want to join an iterator of numbers into a string? e.g. I want their human representation printed. Yes, they...