David Corcoran

Results 4 comments of David Corcoran

(Seeing this in sbt-synver 4.0.0 and 4.1.1) Just hit this one too. You can see the abbreviated git hash (`0147e8bb2`) is 9 characters. ``` $ git describe --tags --abbrev=8 v1.11.1-2-g0147e8bb2...

I was having the same problem on `0.8.0` but now with `ammonite` and `ammonite-sshd` `0.8.1` it seems to be working (running in Intellij 2016.2 in Linux). I did have to...

@benthecarman, I've no idea if this is the recommended way of doing it, but it might help you. Here's an example of adding a bearer token to the `Authorisation` header....

> GRPCMetadata @benthecarman Ah sorry. That's just `io.grpc.Metadata`. I have a class called Metadata and it was clashing. So my import was `import io.grpc.{Metadata => GRPCMetadata}` I'll fix my example.