-
Error: key not found: "libidn2"
Please report this bug:
https://github.com/Homebrew/homebrew-bundle/issues
/usr/local/Homebrew/Library/Taps/homebrew/homebrew-bundle/lib/bundle/brew_dumper.rb:195:…
-
I would be a nice expierence to tab trough the cli options.
## Expected Behaviour
Tab trough the cli options
## Current Behaviour
No tabbing
## Possible Solution
https://git…
aidun updated
4 years ago
-
## My actions before raising this issue
- Create new project with **faas-cli new --lang java8 testproject**
- Add external jar dependency and myLib folder into **testproject/build.gradle:**
```…
fakoe updated
4 years ago
-
When we consider that this project's intent is to run as an inlined plugin in the `kn` CLI, the commands we use now as `faas describe` and `faas delete` become `kn faas describe` and `kn faas delete`.…
lance updated
4 years ago
-
## Expected Behaviour
Using the faasnetes operator I created the following function (I replaced some real values with placeholders):
```yaml
apiVersion: openfaas.com/v1
kind: Function
metadata:
…
-
In order to monitor and observe usage of Derek we should offer the ability to send messages to a Slack channel.
All usage of Derek via comments / PRs is public so I do not see any concerns with thi…
-
This might only apply to k8s deployments.
If a secret is provided a function, a volume is mounted with name [{functionName}-projected-secrets](https://github.com/openfaas/faas-netes/blob/master/k8s…
-
Under some circumstances, there is a race condition between the Function Pod being marked as healthy and up vs Function Pod being registered as Endpoint in the SVC Object.
## Expected Behaviour
A…
-
Currently, the CLI has been written to conflate the function name with the function domain. For example, creating a project in a directory, `foo`, produces the following:
```console
❯ ../faas init…
lance updated
4 years ago
-
Currently only native build is supported. Build of native binary takes longer time than *.jar,, for developer it may be useful use JVM mode for quick iteration.