Ethan Eldridge

Results 15 comments of Ethan Eldridge

This is the full error from trying to run `make` ``` cc -Wall -Werror -Wextra -std=c99 -pedantic -Wno-unused-parameter stag.c view.c data.c -o stag -lncurses -lm -D_DEFAULT_SOURCE stag.c: In function ‘main’:...

I tried doing this, but am not seeing the Dockerfile show up. Any idea? I've got a taskKey[Unit]() defined and the definition has this inside: ``` someTask := { ......

Nevermind, figure'd out how to do it. For anyone else: ``` IO.write(dockerDir / "Dockerfile", sbtdocker.staging.DefaultDockerfileProcessor(dockerFile, dockerDir).instructionsString) ``` should do the trick within the task. But +1 for having this be...

> If it would be particularly useful for people I would appreciate if 0.8.0 could be released! I do something like this in my build right now: ``` libraryDependencies ++=...

I'm using Java 8, scala 2.11.7 and also got this problem with 0.10.1

Hey @raulraja Sorry for the late response, I can change the number of arguments in the exercise to be the same. I think I'll have to remove the example around...

@raulraja I'm added 8cc7523 to address your comment.

Also, is this the right repository for this bug report? I assumed it was since the setting is `spray.can.server` and not something in spray routing

I was surprised because while I expected the transparent GET requests, I didn't think that it would result in the `head` directives being ignored entirely for a route I only...

But isn't the tests passing no matter the setting (even with sealedRoutes) kind of misleading?