Max Verevkin

Results 300 comments of Max Verevkin

Hmm, I guess the event should also contain some kind of input identifier?

Should this event be sent when keyboard is created / destroyed?

An alternative to this can be a separate protocol extension that exposes input information similar to how wl_output/xdg_output describes outputs. Are there any such extensions already (I couldn't find any)?...

Right now the event is sent on binding, ~~on keyboard creation and~~ when layout changes. I think it's better so send it when keyboard is destroyed too. Should I add...

> Other compositors have the exact same issue and it would be better for this to be solved in a compositor-agnostic way if possible. I absolutely agree. In the mean...

Relevant issue: #162

> I am very interested in this feature, any way I can help? I think the next step is to resolve merge conflicts on https://github.com/swaywm/zig-wlroots/pull/35 and port it to zig...

See https://docs.rs/chrono/0.4.31/chrono/format/strftime/index.html#fn6

However we may implement is ourselves: https://github.com/chronotope/chrono/issues/960#issuecomment-1429547075

It is hard to judge/review until there is at least one block using this. The good thing is that blocks can be migrated in a non-breaking way, for example `tea_timer`...