Ali

Results 28 comments of Ali

> @Steppschuh I need this change. Can I ask for a review? This PR is old and probably wouldn't merge correctly. I suggest you create your own fork, introduce the...

This is because of Brigadier. I'll try to look for better ways to structure commands that mix optional parameters with switches/flags, but if the issue is bugging you more than...

I apologize for not replying earlier. I've seen this, however, I haven't settled on a satisfying design yet. I'm looking for something that ticks these boxes: - [ ] Backwards-compatibility,...

This has been addressed in Lamp v4. Thanks for the help.

Hmm, the implementation is indeed quite limited. Have you considered ResponseHandlers though? I'll see if I could scrape a simple API for getting that job done.

Interesting. `@Flag` does not imply the parameter to be optional, but a Switch is always optional. This may be easy to implement, but in a case where both a `defaultValue`...

Switches and flags have been removed in v4 (until further notice, at best). They introduced many bugs and always required special handling as they do not fit quite well on...

Hmm that's odd. What Java version are you using? In Java 9+, Tuna-Bytes looks for other classes in the same package to be able to find a suitable Module to...

I've spent some decent three hours trying to get this right 😂 Had to learn a bit about the Windows API and how it's used in Rust. I also got...