Marcus Rosti

Results 20 issues of Marcus Rosti

running f3deb1c and bazel 0.15.2, generates list_deps that doesn't include sha256 or url

this passes ```scala complete(ToResponseMarshallable(MyResponse(???))(marshaller[MyResponse])) ``` but this fails ```scala complete(MyResponse(???)) ``` with error ``` [error] 21 | complete(MyResponse(???)) [error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [error] |Found: my.dumb.class.MyResponse [error] |Required: akka.http.scaladsl.marshalling.ToResponseMarshallable [error] | [error]...

install_requires should be aggregated from the dependencies of the various build targets ``` oad("@rules_python//python:defs.bzl", "py_library") load("@global-python-deps//:requirements.bzl", "requirement") load("@graknlabs_build_tools//pip:rules.bzl", "assemble_pip") package(default_visibility = ["//visibility:public"]) py_library( name = "example", srcs = [ "__init__.py",...

type: bug

### Versions used Akka-grpc: 2.1.3 Akka-http: 10.2.7 Akka version: 2.6.18 ### Expected Behavior When using the akka-http backend that serving requests are not affected. ### Actual Behavior Serving requests has...

It's fairly common practice in grpc to create a client and keep it alive forever. So when using the akka-http backend there's a number of different timeouts we can set....

### Short description gRPC likes to cache all the dns lookups from AkkaDiscoveryNameResolver. On scale up events in kubernetes for instance, the client has no way then to discover those...

### Versions used Akka-grpc version: 1.0.0 ### Expected Behavior Concating `Route` of server and reflection results in both working on same port ### Actual Behavior Concating partial routes leads to...

server

References #4120 Implements an AsyncLoadingCache for akka-http-caching. This cache allows loaded values to be asynchronously reloaded after a given interval. Should the value not be read for a given interval...

I'd love to be able to plugin a specific caffeine implementation rather than just the [default](https://github.com/akka/akka-http/blob/main/akka-http-caching/src/main/scala/akka/http/caching/LfuCache.scala#L61-L67). For instance with an oauth token that requires being "refreshed" via an http request....

help wanted
3 - in progress
t:caching

When using the java agent 0.75 (and older versions as well) datadog labels 404 as a separate resource or endpoint from the one being called. So I'd see GET /my/endpoint?withStuff...