Jakub Malý

Results 6 issues of Jakub Malý

Provide hooks (handlers) for user-defined parsing/validation.

enhancement

CommandLineParser.CommandLineParser parser = new CommandLineParser.CommandLineParser(); MyCommandLineOption options = new MyCommandLineOption(); parser.ExtractArgumentAttributes(options); parser.ParseCommandLine(args); It would be helpfull if its possible to do this reverse for generating a command string: MyCommandLineOption options...

enhancement

Do you plan to add support for suggestions for expressions? Is something like that (type safety) even achievable with thymeleaf? What I mean is if I type "${person.", the IDE...

enhancement

Hi, I've added addorner for TextBlock but it doesn't render. Do I have to use TextBox? I wasn't sure from the usage guide whether only TextBox, PasswordBox and ComboBox are...

It copes nicely with ifs and fors, but when there are simple blocks of code, the + and - appear in wierd places (usually at the end of other block)....

I would like to my function to be called regardless of the parameters in the URI. If I create the following annotation: ``` %rest:path("/myap/{$collection}/myfile") %rest:GET function foo($collection) ``` I can...