Arnout Engelen
Arnout Engelen
The `cancel_after_begin` interop test scenario is not yet implemented for Akka clients (AkkaGrpcScalaClientTester/AkkaGrpcJavaClientTester)
Since grpc-java 1.31.0, the specifying a `nameResolverFactory` per ClientChannel is deprecated. Instead, we should register a global NameResolverProvider, and encode enough of the configuration into the target URI so that...
Right now, at least for HMac, the `String` key is converted to `Array[Byte]` (https://github.com/jasongoodwin/authentikat-jwt/blob/master/src/main/scala/authentikat/jwt/JsonWebSignature.scala#L47) using `String.asBytes` (http://docs.oracle.com/javase/8/docs/api/java/lang/String.html#getBytes--). This is kind of confusing, and unless I'm missing something is platform-dependent and...
Sometimes it can be convenient to read the database credentials from the environment rather than from a `config/database.ini`. We could fall back to looking at environment variables when the values...
Search pages and browse/search results pages are 'light on content', and might be considered 'low-quality' by search engines. By explicitly tagging these pages as 'not to be indexed', they are...
Since Omeka just passes through these options to the Doctrine DBAL it didn't seem elegant to give Omeka 'knowledge' of the individual fields. Instead 'just' allowing to set the URL...
When visiting a URL pointing to a file that no longer exists on that branch, it would be cute to show the history of the file with that name up...
As they're relevant to everyone interested in HOCON, not specifically Typesafe Config users
When using the `completeOKWithFutureString` or `completeOKWithFuture` directives from the javadsl, the exception in a failed `CompletionStage` is [always wrapped in a `CompletionException`](https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletionStage.html). This is unfortunate, as you end up writing...