2021-02-08 13:50:02 UTC - Rodric Rabbah: :+1: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1612792202121700?thread_ts=1612672411.117200&cid=C3TPCAQG1 ---- 2021-02-08 13:50:17 UTC - Rodric Rabbah: What do you mean? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1612792217122100?thread_ts=1612610054.115000&cid=C3TPCAQG1 ---- 2021-02-08 14:10:29 UTC - David Williams: I saw "wsk action create contact/form form.js --web true". How do I create form.js? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1612793429122400?thread_ts=1612610054.115000&cid=C3TPCAQG1 ---- 2021-02-08 14:11:41 UTC - David Williams: Now I am trying to install OpenWhisk and play it. But I have not finished it yet. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1612793501122600?thread_ts=1612610054.115000&cid=C3TPCAQG1 ---- 2021-02-08 14:12:25 UTC - Rodric Rabbah: was that in the docs? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1612793545122800?thread_ts=1612610054.115000&cid=C3TPCAQG1 ---- 2021-02-08 14:18:42 UTC - David Williams: I found this at the chapter 2 of book "Learning Apache OpenWhisk". I haven't installed and played OpenWhisk on any cloud platform. I could not figure it out how to create form.js and pass it into the command line. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1612793922123000?thread_ts=1612610054.115000&cid=C3TPCAQG1 ---- 2021-02-08 14:33:47 UTC - Rodric Rabbah: @Michele Sciabarra ^^ https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1612794827123200?thread_ts=1612610054.115000&cid=C3TPCAQG1 ---- 2021-02-08 14:35:11 UTC - Michele Sciabarra: all the source code is here <https://github.com/learning-apache-openwhisk> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1612794911123400?thread_ts=1612610054.115000&cid=C3TPCAQG1 ---- 2021-02-08 14:35:25 UTC - Michele Sciabarra: here is form.js https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1612794925123600?thread_ts=1612610054.115000&cid=C3TPCAQG1 ---- 2021-02-08 14:35:26 UTC - Michele Sciabarra: <https://github.com/learning-apache-openwhisk/chapter2-contact/blob/master/contact/form.js> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1612794926123800?thread_ts=1612610054.115000&cid=C3TPCAQG1 ---- 2021-02-08 15:11:52 UTC - David Williams: If I run "wsk action create contact/form form.js --web true" from command line, where should I put form.js? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1612797112124000?thread_ts=1612610054.115000&cid=C3TPCAQG1 ---- 2021-02-08 15:13:09 UTC - David Williams: I knew how to create form.js. But I can not figure it out where I should put it https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1612797189124200?thread_ts=1612610054.115000&cid=C3TPCAQG1 ---- 2021-02-08 22:55:10 UTC - Joshua Dunham: Hey Everyone, Does OW have the concept of API versions? So I deploy release 1 of function and then rel 2 but 1 still has it's http url live for 'legacy' clients? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1612824910125100 ---- 2021-02-08 23:50:20 UTC - Matt Rutkowski: Anyone seeing Travis build errors when trying to build core? i.e., from logs: ```Task :core:controller:compileScala FAILED
FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':core:controller:compileScala'. > Could not resolve all files for configuration ':core:controller:compileClasspath'. > Could not download akka-discovery-kubernetes-api_2.12.jar (com.lightbend.akka.discovery:akka-discovery-kubernetes-api_2.12:1.0.5) > Could not get resource '<https://repo.maven.apache.org/maven2/com/lightbend/akka/discovery/akka-discovery-kubernetes-api_2.12/1.0.5/akka-discovery-kubernetes-api_2.12-1.0.5.jar>'. > Could not GET '<https://repo.maven.apache.org/maven2/com/lightbend/akka/discovery/akka-discovery-kubernetes-api_2.12/1.0.5/akka-discovery-kubernetes-api_2.12-1.0.5.jar>'. > Connection reset``` https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1612828220125800 ---- 2021-02-08 23:50:52 UTC - Matt Rutkowski: I’ve rerun twice and same failure; has this dependency (lib. version) gone away (needs updating?) https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1612828252126500?thread_ts=1612828252.126500&cid=C3TPCAQG1 ----