-
Start the UI has the following command but server name is not functioning it's fnserver
Wrong Command
`docker run --rm -it --link functions:api -p 4000:4000 -e "API_URL=http://api:8080" fnproject/…
-
**Description**
Unable to execute any functions :(
**Steps to reproduce the issue:**
1. Downloaded latest version of fn.exe CLI
2. Ran `fn start`
3. Created new function as per quickstart guide…
-
I've got a couple extensions out there in my namespace and I started thinking about how we want to accept extensions, FDKs, etc into the fnproject org.
The two extensions I have are pretty basic, b…
-
Currently Java examples are in fn project and fdk-java repos. It's very hard to find them.
With the move to a separate docs repo, we have an opportunity to make these more visible and easily searc…
-
https://fnproject.io/tutorials/JavaFDKIntroduction/ and background here https://docs.openfaas.com/cli/templates/
Need to add CLI support and/or configuration to deploy and create a docker file for …
-
Hi there,
I'm running fn on a K8S cluster and can run through the Go instructions just fine:
https://fnproject.io/tutorials/Introduction/
But when following their Node equivalent:
https://…
-
Today we have `fn init --init-image fnproject/fn-java-native-init afunc`, i.e. a lot of `init` in a single command!
Renaming `--init-image` to `--image` would be more concise.
-> `fn init --imag…
-
Likely a bug, cmd.Wait() should not be called before all I/O is completed on stderr:
https://github.com/fnproject/hotwrap/blob/master/hotwrap.go#L78
(See: https://golang.org/pkg/os/exec/#Cmd.Std…
-
```
ERRO[2023-05-14T09:55:30Z] api error action="server.(*Server).handleFnInvokeCall-fm" code=502 error="function failed" fn_id=01GXNC1P08NG9000GZJ0000003
panic: …
-
We set our JUnit version to 4.12 here https://github.com/fnproject/fdk-java/blob/master/pom.xml#L31
Typically doing that is fine because junit is normally scoped to `testing`, and users can be fre…