sodiboo

Results 106 comments of sodiboo

Have you considered `ArgumentCommandNode.isValidInput()`? It does not *have* a context or source object and needs to call the `ArgumentType`'s parse method, how is that meant to work with this change?...

I was actually looking through the issues to see any unfixed issues in brigadier to fix before releasing a port of it to Dart - i think brigadier is a...

The issue rises from an optimization, the updating of signals isn't checked every frame for every pin, rather it's only updated when an output signal changes (or an input pin)...

Why is ``ExtraData`` necessary? Why wouldn't you just have additional root-level keys? Manifest version will ensure these are ignored if a new version uses those same names, and the only...

Good point cedvdb, then non-vararg functions could also have static type safety with spread arguments as long as all the rest of the parameters are optional and the same type...

> because you need a specific xkb option (`lv3:ralt_switch` I think), or I guess a specific layout, to make AltGr actually emit the level 3 modifier I don't think the...

Why was this never merged? I agree, that it's an issue in Smithay and not in niri, but it's also less trivial to fix in Smithay and it's not like...

> it's more or less work-aroundable (I try not to switch away from the nested window while holding Alt..). That's the thing though, it's kinda not possible to workaround just...

> pressing Super+Right which triggered some niri bind shouldn't send the Super press or release to the app. But... it does? Super on its own doesn't form a full bind,...