sodiboo

Results 6 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...