fn icon indicating copy to clipboard operation
fn copied to clipboard

The container native, cloud agnostic serverless platform.

Results 113 fn issues
Sort by recently updated
recently updated
newest added

Hello all. I've been enjoying trying out Fn and things seem to be working pretty well for me running a simple server with `fn start` and even running my own...

**Description** fnserver currently does not allow upper case letters in app and fn names. While this isn't really a problem for developers, it isn't the friendliest visually and isn't easy...

I believe the problem is that the directory separator is used as part of the route, so we end up trying to create a route of `\hello` which then returns...

bug
windows

**Description** I downloaded `fn.exe` and tried to run `fn start`, but get this error: ``` λ fn start docker: Error response from daemon: Mount denied: The source path "C:/Users/danlo/.fn/data" doesn't...

windows

Maybe something like: https://github.com/skywinder/github-changelog-generator will probably require some organizing of issue labels. also would be great to be able to write some custom message for each new release. ie "In...

waiting
ossxp

# HTTP/2.0 trigger # Intro The long time ago Fn introduced triggers mechanism. For quite a while there was only HTTP/1.1-compatible trigger type (`http`). ## problem area As a developer...

The following examples are outdated https://github.com/fnproject/fn/tree/master/examples/grafana Not all metrics are valid (there's no `Server too busy` any longer, etc.)

When getting function details via `GET /v2/apps?name=XXX` the invoke URL associated with the application is not returned. However the invoke endpoint for a specific function is returned by `GET /v2/fns?app_id=XXX&name=YYY`....

feature request

The agent.CallOpt allows configuring a call before execution, its definition is the follow: ```type CallOpt func(c *call) error``` It is possible then define new `CallOpt` that get executed during the...

currently, deploying a function in another directory can be done in 2 ways: ``` $ cli deploy func-dir $ cli deploy --working-dir func-dir ``` can we reduce this to one...