Michele Sciabarra
Michele Sciabarra
If your password has a special character like '%' the provider deployment will break for invalid url because if will use an url like http://user:passwith%wd@... that is not a valid...
The repository does not have specified the license of the project
Build and publish a set of OpenWhisk runtimes, all based on actionloop, to be used by the OpenWhisk runtime buil5 with #2 ┆Issue is synchronized with this [Jira Task](https://nuvolaris.atlassian.net/browse/MVP-19) by...
This is the issue number 1 and it is symbolic as usually you close it when you reach the goal of your project. It will stay open until we reach...
In `credential.js` in the ocr example the options for generating a file upload for put are: ``` const options = { headers: { 'Content-Type': 'multipart/formdata; charset=UTF-8', // wrong! 'Access-Control-Allow-Origin': '*',...
currently if you do `task image-tag` then `git push` it will trigge a built for everythiing we should refactor so doing `task image-tag RT=php` (or RT=nodejs etc) it will generate...
I went through the tools we have in nuv, so we can keep track of what we have and what they do. Perhaps we can remove some in future releases....
In OpenWhisk you can use generic docker image (--docker) but unless the images are in the runtimes.json they have scalability limited to 2. I believe this limitation is because originally...
I have read the suggestion of checking discussions but I was unable to find an answer so something very basic looks like it is missing here. In the documentation there...