James Roper

Results 100 issues of James Roper

Added support for just resolving type variables into classes/parameterized types etc. This is one possible solution for #8. This is useful for when you have a method reference, and you...

This isn't really an issue, but I just thought I'd let you know because in my project I was resolving method references from lambda instances and had copied some code...

Enhancement

The sbt idea plugin provides a command, not a task, which means you can't arbitrarily override any setting/task it depends on. An alternative to this, would be to define a...

**Is your feature request related to a problem? Please describe.** The CA issuer will automatically rotate secrets for the secrets it generates, but what about rotating its own secret and...

kind/feature
priority/important-longterm
area/ca

I'm raising this issue just so we have a record of it in case other people find the same problem. When we launch the embedded Cassandra with the Cassandra launcher,...

1 - triaged

Akka HTTP currently requires supplying an instantiated `SSLContext` at bind time. This is incompatible with certificate rotation, since when a certificate is rotated, a new `SSLContext` with the a keystore...

1 - triaged
t:core
t:tls

The operator should support configuring Kubernetes HPA as an option.

Currently, there's no simple way to run the proxy locally, which means there's no way to run a stateful service locally and talk to it using its gRPC interface. Of...

The current event log support only supports event sourced entities, which means we can only do projections for event sourced entities. We could support projections for value entities, by using...