Matthew Gilliard

Results 28 issues of Matthew Gilliard

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 This template creates a front end as assets and a function which lets folks use the Lookup API from their browser. ## Checklist - [X] I ran `npm...

A schema like the following seems to just create an additionalProperties map with none of the validation in the schema. ``` json { "type": "object", "patternProperties": { "^[a-zA-Z0-9-_.]+$": { "type":...

enhancement

At the moment the CLI does two distinct things: - builds images - calls the API in order to deploy functions As far as "calls the API" goes, that's fine....

meaning calls like `h.NewFuncName()` always return the same values. This can lead to data leaking between tests.

We officially support 5 FDKs: - Python - Go - JavaScript - Java - Ruby So I propose that these should be the only ones which are supported by `fn...

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 free to choose their version...

In the documented usage of Java FDK, the `api` module is added by the user to their `pom.xml`. The `runtime` module is part of the base image. This should be...

Whenever I want to write a function which depends on a jar that isn't in a public maven repo it's a pain. I end up creating a custom Dockerfile with...

Try to get this ready in time for SpringOne. - [x] This needs to be a separate jar - [x] Need to be able to supply a FunctionInvoker from a...