functions
Here are 1,019 public repositories matching this topic...
The typescript runtime was recently added to openwhisk but we do not yet have docs for the runtime and it is missing from runtimes.json.
We need a doc like https://github.com/apache/incubator-openwhisk/blob/master/docs/actions-nodejs.md for typescript functions.
Adding the runtime to the runtime manifest can be done per https://github.com/apache/openwhisk/blob/master/docs/actions-new.md#the-
To be handled in special cases:
- json_decode (it returns null on error)
- all functions that are in double (in the PHPDoc, some functions are declared twice with different syntaxes. We can't easily cope with those manually)
At Cognite, we've had to patch faas-netes as a workaround for openfaas/faas-netes#604 and openfaas/faas-netes#358. We use helm to produce a manifest that we then modify before it is deployed in our k8s clusters, so I need to modify which image I use.
The list over options at the end of https://github.com/openfaas/faas-netes/tree/master/chart/
-
Updated
Feb 27, 2020 - Java
-
Updated
Apr 27, 2020 - Java
-
Updated
Mar 15, 2020
-
Updated
Mar 14, 2020 - TypeScript
Feature Request
Add a --context flag to dispatch CLI.
Detailed Description
You can have multiple contexts in the dispatch config file (~/.dispatch/config.json). Each context stores the location of a dispatch endpoint. Currently, to switch context you need to do `dispatch manage context --set <context_
Our current configuration of babel for microservices is a bit hard-coded. We should respect the users .babelrc configuration / make babel configurable in the stack tool.
see: https://github.com/Stackvana/stack/blob/master/lib/compileServiceCode/babel/index.js#L7
I'm not personally using babel for development, so it any babel users can assist here, it would be much appreciated.
cc @
-
Updated
Jun 8, 2020 - Java
Effective Go says:
Every package should have a package comment, a block comment preceding the package clause.
The command mvdan.cc/unparam does not have a package comment.
This can be seen by visiting https://pkg.go.dev/mvdan.cc/unparam or running go doc mvdan.cc/unparam inside the module.
-
Updated
May 6, 2020 - Python
A common user error is to deploy the helm chart without first labeling at least one node with openwhisk-role=invoker. To make this error more obvious, we should probably add a job to the Helm chart whose sole purpose is to check that there is at least one labeled invoker node and get stuck in a more obvious manner when there are none.
NB: Good first issue label (cannot be added because not in contributor list)
Exercise Reading error Messages - Lesson "Error and Exceptions"
(http://swcarpentry.github.io/python-novice-inflammation/09-errors/index.html)
- As dictionaries are not introduced previously in lesson (maybe a consequence of reducing the lesson) I suggest the following:
- Moving this exercise at the end of th
-
Updated
Jun 10, 2020 - Python
Creating a new function project for Python in VS Code produces a flat folder structure. This doesn't match the recommended structure in docs.
Is there anyway we can apply that guidance to Python projects created via VS Code?
-
Updated
Nov 2, 2019 - JavaScript
Expected Behaviour
We should have Travis / Go & OpenFaaS GitHub badges in our README.md file just like openfaas/faas openfaas/faas-netes openfaas/faas-cli and etc.
Curren
-
Updated
Oct 3, 2018 - JavaScript
With support for N cloud provider (ref #54) We need to start writing documentation, for this need to define where to put the documentation, what do you prefer?
- Hugo page like pREST (source: https://github.com/prest/prest.github.io)
- Github wiki like golang/go
What do you prefer? If you have another recommendation put in the
I think we should add an image resizer into the store.
This one looks to have shot up to popularity with 8k stars: https://github.com/esimov/caire
It does smart things like scale/resize images while retaining the scale for faces, it can even extend the width of images etc.
Not sure of the best user interface, we could use a string like a human-readable sentence - or JSON as the input. JSO
-
Updated
Jan 27, 2020 - JavaScript
-
Updated
Sep 24, 2019 - JavaScript
-
Updated
Jun 8, 2020 - C#
Improve this page
Add a description, image, and links to the functions topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the functions topic, visit your repo's landing page and select "manage topics."
Move all Dockerfile samples to non-root user
Expected Behaviour
As an OpenFaaS end-user, I want to run all samples on my OpenFaaS cluster, even with the new non-root feature enabled.
Current Behaviour