danieldg

Results 38 comments of danieldg

For reference, I am using tokio in my project: https://github.com/danieldg/rwaybar/ - in particular https://github.com/danieldg/rwaybar/blob/master/src/wayland.rs#L389 is the wiring between tokio and wayland_client.

Looks good to me. It may be useful to include changes from https://github.com/Smithay/wayland-rs/pull/531 to get rid of that extra `Option`.

FYI: If it's not a regression, this may be because sway renders each layer for every frame (so it'd normally paint grey, background, window), and not rendering the background will...

@baltitenger I think I've seen that error and fixed it in https://github.com/swaywm/sway/pull/6970 - so it may or may not be the same issue here, which seems like it doesn't require...

See https://github.com/danieldg/smithay-client-toolkit/tree/freeze-popup for an example of use.

Marked as draft, should rebase on #535 and possibly remove `make_early_data` depending on the fate of `set_data`.

Removed `make_early_data`, since the primary use for it is no longer necessary due to #531.

@Nefsen402: this should fix the keyboard focus problems you mentioned

> Just to make sure I understand, is this an alternative to #530 to meet SCTK's needs, or are both PRs needed? It addresses part of what that PR addresses,...

Just published it; future discussion should probably be at https://github.com/danieldg/pulse-binding-rust (note that I never did get around to making it thread-safe, for one).