You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwhisk.apache.org by OpenWhisk Team Slack <ra...@apache.org> on 2019/03/30 07:31:09 UTC

[slack-digest] [2019-03-29] #general

2019-03-29 05:25:37 UTC - seonghyun: @Karan Kamatgi try this
```
if 'g' not in globals(): # should be checked that variable is set in globals
    g = 0
def main(args):
    global g
    g = g + 1
    return {"count": g}
```
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1553837137025100?thread_ts=1553837137.025100&cid=C3TPCAQG1
----
2019-03-29 10:35:20 UTC - Rodric Rabbah: We should  include this example somewhere archival. Maybe even in the docs. 
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1553855720026600?thread_ts=1553837137.025100&cid=C3TPCAQG1
----
2019-03-29 16:13:08 UTC - James Thomas: add verification logs to the online release verifier tool based on community feedback… <https://apache.jamesthom.as>
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1553875988027500
----
2019-03-29 16:13:22 UTC - James Thomas: 
heart : Rodric Rabbah
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1553876002027600?thread_ts=1553876002.027600&cid=C3TPCAQG1
----
2019-03-29 17:17:24 UTC - Carlos Santana: Nice this I can copy &amp; paste into voting email :heart: 
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1553879844028600?thread_ts=1553876002.027600&cid=C3TPCAQG1
----
2019-03-29 23:51:54 UTC - Vikash: How to get parameters while action invokation from code which runs in our custom docker container?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1553903514030400
----