Olivier Tardieu

Results 20 comments of Olivier Tardieu

I added example combinators to [TEMPLATES.md](../tree/master/docs/TEMPLATES.md#inject-and-extract) along these lines.

Hi, thanks for the report. Sorry I did not see this before. I think I did not get the github notification. It looks like the translation service has switched to...

The solution for now is probably to instantiate the openwhisk watson sdk as outlined in https://github.com/watson-developer-cloud/openwhisk-sdk and https://github.com/watson-developer-cloud/openwhisk-sdk/tree/master/packages/language-translator-v2 instead of relying on the `/whisk.system/watson-translator` package.

Great! Could you sketch your workaround here for others with the same issue and so that we can update the tutorial?

Once upon a time, we wanted to separate the part of composer that depends on a connection to an OpenWhisk deployment from the part that does not, hence the split...

The action name may specify the namespace and/or package containing the action following the usual OpenWhisk grammar. If no namespace is specified, the default namespace is assumed. If no package...

I believe conductor actions like sequence actions interpret unqualified action names in the same way. Unqualified names are assumed to refer to the default package. Composer is no different. But...

I will add `invokeRelative` to the composer documentation.

It should be possible to setup a server (websocket) or otherwise to receive events to feed into Ray. Rayvens today does not help setup a Kubernetes or ingress to expose...

To be clear, we still need the Camel-K operator to be deployed to the Kubernetes cluster but this is typically done beforehand, independently from deploying and configuring the Ray cluster...