David Lee
David Lee
I'm looking to 'build or buy' a replacement for the option handling for [xmlsh](https://github.com/xmlsh/xmlsh) In xmlsh command arguments do not generally come from an external java (or process) launch, but...
On any SystemExitException *except* for --help there is no obvious way I could find to print the help text. In general on error I'd like to print the help text....
Vaadin 8.6.0 Kotlin 1.3.10 simply: ` bind(binder).asRequired().trimmingConverter().bind(SSMParameter::name) ` Generates NPE on blank text values if SSMParamater::name is not nullable or bind(binder).trimmingConverter().asRequired().bind(SSMParameter::name) Happily allows blank or empty text values This is...
the userguide example for text dsl (using lines) is missing the -t arg to kscript.
``` lambda { environment = [ KEY: "value/${with}/replacement" ] } ``` ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':migrateSessionFunction'. > Unable to...
Using a recent (1.17,2.0..) version of buildship + eclipse and gradle (3.0+), a project with a task of type AmazonIdentityManagementCreateRoleTask crashes with a InvalidArgumentException when imported by buildship. Tracking this...
Feeding the validator a non-valid YAML source produces a ERROR 500: Internal Server Error without any indications of the error. Running locally I see a stacktrace. If would be nice...
Quickly trying out your program - awesome. A few quick problems: decompiling a directory of kotlin ... a crash and some mis-ordered statemnts. crash: [err.txt](https://github.com/Despector/Despector/files/2060739/err.txt) Misordered: [DECOMPILE.TXT](https://github.com/Despector/Despector/files/2060742/DECOMPILE.TXT) [SOURCE.txt](https://github.com/Despector/Despector/files/2060743/SOURCE.txt)
Common in CRM systems is exporting as 'CSV' master/detail data like Invoices. An example: (anonymized) ``` HEADERST|A-SYSTEM|04/28/20|200557 |DAILY | CUSTOMER|111111111|3041|05/28/20|05/28/20||05/28/20|US|PRINT |||STANDARD |MAILTO ID NO. | FROMADDR|PROVO/4H |4H |835 WEST SAN...
Use Case: reading/writing 'complex' CSV files interoperable with Athena / Presto / Hive Example: a 'serde' for CSV from Hive (or athena or presto ) can support the following attributes...