Carlos Rueda
Carlos Rueda
First off, thanks for this great tool. I would like to generate a simplified launcher script (for example, not relying on javac to determine JAVA_HOME, and other unneeded stuff in...
Simply put, pyLODE should handle invalid input gracefully. http://cor.esipfed.org/pylode?url=INVALID : >  Along with any internal logging or stack traces, the exposed output should indicate what went wrong at least...
#610 seems at least related; but I just went ahead and entered this (sorry if I should have instead commented on that one): ```scala Welcome to the Ammonite Repl 1.0.3...
Scastie: https://scastie.scala-lang.org/carueda/NIAVkP82Rd2RVusUXRZMGQ/13 In short, applying: ```scala def keyword(implicit name: sourcecode.Name): String = name.value ``` to back ticked `macro`: ```scala val `macro` = keyword ``` results in capturing something else, apparently...
V1
Just an umbrella entry with the overall goal of looking into a v1.0.0 and beyond. I've had a preliminary branch for this purpose but with no much time to advance...
The use of the Lightbend/Typesafe Config library itself for purposes of parsing the input used to generate the wrapper has a number of limitations and counter-intuitive effects, in concrete when...
Related to #64, the base class shouldn't necessarily be abstract, but this is currently required per the [issue 64b](https://github.com/carueda/tscfg/blob/5adf06986679844c71535ac9f3a57475bf936ad2/src/test/scala/tscfg/generators/scala/ScalaMainSpec.scala#L769) test, which refers to this spec: ```hocon #@define BaseModelConfig { uuids:...
with API documentation, etc. So far, that "API" is the `tscfg.Main.main` method with documentation being the usage message printed out by that method. Related: #24
First off, cool plugin! Can you make it installable via npm? Thx.