Hello everybody. I think it would be useful for se...
# server
j
Hello everybody. I think it would be useful for server-side Kotlin to provide useful extensions to the Java's ProcessBuilder API like Groovy does. I'm thinking in methods like waitForProcessOutput: https://github.com/groovy/groovy-core/blob/master/src/main/org/codehaus/groovy/runtime/ProcessGroovyMethods.java#L187 Is it a good idea if I try to find time to contribute this? Or maybe this is already in the roadmap? Thanks for your feedback.