Re: Welcome new committer: Neeraj Mangal

2020-03-17 Thread Rodric Rabbah
Kudos Neeraj!

-r

On Fri, Mar 13, 2020 at 12:13 AM Dragos Dascalita Haut
 wrote:

> The Project Management Committee (PMC) for Apache OpenWhisk
> has invited Neeraj to become a committer and we are pleased
> to announce that he has accepted.
>
> Please join me in welcoming Neeraj to his new role on the project !
>
> Neeraj has been contributing to the Kube deployment, the CLI, and the main
> project.
>
>


Re: Welcome new committer Alex Klimetschek

2020-03-17 Thread Rodric Rabbah
Congrats Alex and thank you!

-r

On Thu, Mar 12, 2020 at 9:38 AM David P Grove  wrote:

>
>
> I'm happy to share that the Apache OpenWhisk PMC has invited Alex
> Klimetschek to become a committer and he has accepted.
>
> Alex drove the development of wskdebug, a debugging and live development
> tool for Apache OpenWhisk.
>
> For more information about wskdebug, see
> https://github.com/apache/openwhisk-wskdebug.  The project just made the
> first Apache release of wskdebug earlier this week, so give it a try if you
> haven't already.
>


[slack-digest] [2020-03-16] #random

2020-03-17 Thread OpenWhisk Team Slack
2020-03-16 17:31:02 UTC - Rodric Rabbah: 

star-struck : Bill Zong
https://openwhisk-team.slack.com/archives/C3UDXSFA6/p1584379862012000



[slack-digest] [2020-03-16] #general

2020-03-17 Thread OpenWhisk Team Slack
2020-03-16 16:45:50 UTC - Tom Barber: Hey @Michele Sciabarra got 2 secs?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584377150279000

2020-03-16 16:47:04 UTC - Tom Barber: I got passed a sample action from a 
colleague working through your Go stuff in the book
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584377224279500

2020-03-16 16:47:36 UTC - Tom Barber: (if anyone else knows please chime in)
the structure looks something like this:
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584377256280100

2020-03-16 16:47:52 UTC - Tom Barber: ```tld -
 src/
 vendor/
 ...```
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584377272280600

2020-03-16 16:48:09 UTC - Tom Barber: the book says zip up the sources and pass 
them to the docker image for precompilation
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584377289281000

2020-03-16 16:48:13 UTC - Michele Sciabarra: yes
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584377293281300

2020-03-16 16:48:16 UTC - Michele Sciabarra: correct
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584377296281600

2020-03-16 16:48:19 UTC - Tom Barber: but doesn't pass the vendor stuff off
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584377299281700

2020-03-16 16:48:20 UTC - Tom Barber: and fails
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584377300282000

2020-03-16 16:48:26 UTC - Tom Barber: do they just need chucking in the zip?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584377306282400

2020-03-16 16:48:34 UTC - Michele Sciabarra: you have to zip the vendor stuff 
too
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584377314282600

2020-03-16 16:48:41 UTC - Tom Barber: cool makes sense thanks
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584377321282800

2020-03-16 16:48:57 UTC - Michele Sciabarra: in the examples there is a 
makefile that does that
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584377337283200

2020-03-16 16:48:58 UTC - Michele Sciabarra: look
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584377338283400

2020-03-16 16:49:53 UTC - Michele Sciabarra: 

https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584377393283600

2020-03-16 16:50:20 UTC - Tom Barber: ah yeah excellent
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584377420283900

2020-03-16 16:50:21 UTC - Tom Barber: thanks!
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584377421284200

2020-03-16 21:24:03 UTC - Tom Barber: @Michele Sciabarra one last Go question 
which you hopefully have a clue about
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584393843284600

2020-03-16 21:24:30 UTC - Tom Barber: ```import (
"gotest/src/utils"
)```
locally my IDE wants this

in the docker container it wants:
```import(
"utils"
)```
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584393870285200?thread_ts=1584393870.285200=C3TPCAQG1

2020-03-16 21:24:37 UTC - Tom Barber: any ideas?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584393877285400

2020-03-16 21:33:47 UTC - Brendan Doyle: With the new world we're living in, 
we're having issues with clients uploading functions getting 500's from the 
controller as we're all working over vpn now which can be slow. We believe it's 
tied to this timeout that's hardcoded to 30 seconds in the http trait. Will 
open an issue if this should be configurable.

+1 : Rodric Rabbah
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584394427287700

2020-03-16 21:39:29 UTC - Michele Sciabarra: which versin of go are using?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584394769289400?thread_ts=1584393870.285200=C3TPCAQG1

2020-03-16 21:39:41 UTC - Brendan Doyle: we're way back on a version from 2018, 
I'm currently in the middle of figuring out an upgrade plan for us we can 
adhere to, but seems like it's still in the latest version anyways so wanted to 
bring it up
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584394781289700

2020-03-16 21:39:56 UTC - Tom Barber: 1.11
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584394796289800?thread_ts=1584393870.285200=C3TPCAQG1

2020-03-16 21:40:41 UTC - Tom Barber: @Brendan Doyle I asked similar a few 
months ago and apparently its by design I believe @Rodric Rabbah can probably 
offer more insight
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584394841290600?thread_ts=1584394841.290600=C3TPCAQG1

2020-03-16 21:40:50 UTC - Michele Sciabarra: and vscode I guess
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584394850290700?thread_ts=1584393870.285200=C3TPCAQG1

2020-03-16 21:41:01 UTC - Tom Barber: intellij