Diggory Hardy

Results 281 comments of Diggory Hardy

You talk about benefits and capability, but gloss over the implication: using separate states makes *all* shortcut matching default to differentiate between left and right modifier keys. I asked "why...

> I do not remove side-agnostic modifiers, only add side-aware ones. Naively, applications will match shortcut modifiers using the whole of `ModifiersState`. If `ALT_GRAPH` is only set when the keyboard...

Sorry to hear that @RazrFalcon. I wish you and your country the best. I can't take on development or active maintenance of these projects. If you wish to merely pass...

"Me too": ``` $ jj Internal error: Failed to load an operation Caused by: 1: Error when reading object 8f4800175776ae164edf3afa033e783707a780758152bcfebec26c05785dd6c3f3c192786ecbb7d1e5d909ef531e21aa93ef765ba3171e6125d8b3770f2b6330 of type operation 2: Invalid hash length (expected 64 bytes,...

The crate was deprecated because functionality was rolled into `rand_core` in v0.6. The fact that people are still using this indicates that they are using an old version of `rand_core`...

As others have said, CLI arg inconsistency gets confusing. Some quick suggestions: - Always interpret `-r` as a REVSET not a REVISION. Further to this, deprecate `rebase --revisions` and `squash...

Nit: the summary could do with a short example. Currently the first few code snippets are about alternatives. I really like the idea. I'm a little less sure about the...

Good changes but I'd like to make one point more strongly: At the type-theoretic level, `enum Triple { A, B, C }` has three possible values. In contrast, an "open...

I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option.

Further note: moving the text cursor within a text field should also reset the IME. According to the [wayland_protocols docs](https://docs.rs/wayland-protocols/0.32.1/wayland_protocols/wp/text_input/zv3/client/zwp_text_input_v3/struct.ZwpTextInputV3.html), change of focus should be handled via disable/enable and "the...