Carlos Santana

Results 230 comments of Carlos Santana

@starpit is still a problem? Why are you passing large data on a get? Maybe a different use case a post (50mb) or put (1mb)?

Yes!! 👍 We should do both hooks. Start with this very simple global top level hooks - `predeploy` - `postdeploy` Some basic use case. In `predeploy` I want to run...

@pritidesai @beemarie With alarm feed you need to use the parameter `trigger_payload` For example: ``` wsk trigger create my-alarm-trigger-1 --feed /whisk.system/alarms/alarm --param cron "30 2 * * *" --param trigger_payload...

Now you have use the query parameter `?count=true` and this will return the total number of entities for example total of actions, triggers, packages, rules. Then you can know if...

Lionel if you don’t do a count first you would see the first 200 only missing the rest. So you first do a fetch for 200 and if you get...

you get a silver ⭐️ Issue #999

Is this a custom/standard trigger or a trigger feed? For trigger feed the parameters for the functions are stored in `trigger_payload` down in the feed DB. So when you do...

Once change that has being discussed is to store the `trigger_payload` as individual parameters in the trigger itself in the whisk db, and not the feed trigger db. Bug I...

+1, This would make it easy for me to add `.sh` `--kind bash:4` and `.pl` `--kind perl:5` (openwhisk/action-docker-v2) the new go loop prooxy :-)

yep I like the using environment variable. But I'm not in love with the wording `SAFE`. How about something along `WSK_CLI_PROMPT_ON_CHANGE` or `WSK_CLI_PROMPT=true|false` (default) to false. Also this PR only...