Daniel James

Results 23 issues of Daniel James

following from review conversation: https://github.com/str4d/rage/pull/260#issuecomment-917665743 references: - [RFC 8017](https://tools.ietf.org/html/rfc8017#appendix-A.1.2) - [rsa::pkcs1](https://docs.rs/rsa/0.5.0/rsa/#pkcs1-rsa-key-encoding)

## Background The test helper mixin [play.api.test.RouteInvokers](https://www.playframework.com/documentation/latest/api/scala/play/api/test/RouteInvokers.html) contains helper methods for executing the route and action of an Application instance. ## Purpose To aid in testing routers built with [String...

mirroring the behavior of the Netty backend

Inserting a JDK `javax.net.ssl.SSLContext` into Netty originated in commit https://github.com/akka/akka-grpc/blob/aa05239c6cddcb20dfa0770e8e8e7649e3bbaaef/runtime/src/main/scala/akka/grpc/internal/NettyClientUtils.scala#L59-L82 in PR https://github.com/akka/akka-grpc/pull/266 It was removed in PR https://github.com/akka/akka-grpc/pull/964 to address Issue https://github.com/akka/akka-grpc/issues/946 It was returned in PR https://github.com/akka/akka-grpc/pull/979 to...

### Versions used ```❯ git rev-parse --short HEAD``` 9c613f4b ### Actual Behavior ``` sbt test 2> stderr.log 1> stdout.log ``` `stderr.log` contains the following test failure, but the build itself...

rather than ```scala settings.withTls(true).withSslContext(context) ``` instead, ```scala settings.withSslContext(context) ``` should suffice

Merge metadata generated by CallCredentials callback into headers at request time. --- I’m putting up this PR as WiP to get feedback from maintainers.

See http://aws.amazon.com/releasenotes/Java/7291607733354976

I’d like to get back to using master as the default branch and move away from the current versioning to something more akin to http://semver.org/