Carlos Rueda

Results 23 issues of 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 : > ![image](https://user-images.githubusercontent.com/556505/90288573-ff38dd00-de2e-11ea-9504-6073efb26ce7.png) 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...

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

enhancement

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:...

enhancement
scala

enhancement

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

enhancement

First off, cool plugin! Can you make it installable via npm? Thx.