Arnout Engelen
Arnout Engelen
For readers of the documentation who are using Java, do we ideally want to publish API docs in Javadoc style or just link to the javadsl classes in the published...
It seems we at least published documentation snapshots at some point (https://doc.akka.io/docs/akka-management/snapshot/akka-management.html), but those are now outdated. (also relates to https://github.com/akka/akka-http/issues/2710)
It seems scalafmt has not been configured to run automatically when compiling, and is not ran on travis explicitly either.
By default, `akka.management.http.hostname` is determined with `InetAddress.getLocalHost.getHostAddress`. That is kind of dangerous, since that might pick the wrong one when a host has multiple addresses. It might seem attractive to...
Fixes #341
HTTP2 on GKE ingresses is supported, but requires some additional configuration (see https://cloud.google.com/kubernetes-engine/docs/how-to/ingress-http2, kubernetes/ingress-gce#18 We should document how to expose a HTTP/2 service via an ingress, which is especially relevant...
In particular when experimenting with Akka Streams, it's easy to accidentally write snippets that don't terminate. It'd be neat to be able to stop/cancel a running snippet.
It'd be useful to be able to support 'reproducible' builds from sbt/zinc (in the https://reproducible-builds.org/ sense). One current source of nondeterminism in generated artifacts is the fact that `JarOutputStream` and...
``` [error] java.net.URISyntaxException: Illegal character in path at index 28: /home/aengelen/dev/akka-http docs/docs/src/main/paradox [error] at java.net.URI$Parser.fail(URI.java:2848) [error] at java.net.URI$Parser.checkChars(URI.java:3021) [error] at java.net.URI$Parser.parseHierarchical(URI.java:3105) [error] at java.net.URI$Parser.parse(URI.java:3063) [error] at java.net.URI.(URI.java:588) [error] at com.lightbend.paradox.markdown.Path$.relativeLocalPath(Page.scala:234)...
When you link to an anchor that occurs after a tab group with firefox, such as https://doc.akka.io/docs/akka-http/snapshot/common/http-model.html#attributes , the scroll position is not correctly set. Likely the scroll position is...