Travis Reeder

Results 137 issues of Travis Reeder

While working on creating an adapter, I have it sending all logs to papertrail and my adapter sends certain lines to another service if they contain a specific value. If...

type: enhancement

I noticed while trying to create a module that the adapter is getting the logs from the "logspout" container itself. So if I have any log output in the `Stream`...

type: enhancement

eg: `fn dep` to run: * dep ensure * bundle update * etc.

https://github.com/fnproject/fdk-java#3-run-your-first-java-function Don't think it is?

Just noticed the pom file had this in it: ``` com.fnproject.fn ``` Should probably be io.fnproject.xxx?

Something like this should work: ``` sh docker run --rm -it -v "$GOPATH":/go -w /go/src/github.com/YOURUSER/YOURREPO -e "GOPATH=/go" iron/go:dev go build ``` User must replace YOURUSER and YOURREPO, but easier than...

Running the same tests on a Linux box works, but running on [Bash for Windows](https://msdn.microsoft.com/en-us/commandline/wsl/about?f=255&MSPPError=-2147217396), I'm getting this panic: ``` === RUN TestBolt unexpected fault address 0x7f954ba94008 fatal error: fault...

I've got this: `app.static("/assets", {});` but it's not working for all files in subdirectories in the `/assets` folder.