Arnout Engelen

Results 679 comments of Arnout Engelen

The [GKE Ingress for HTTP(S) Load Balancing](https://cloud.google.com/kubernetes-engine/docs/concepts/ingress) can be configured with either HTTP or HTTPS on the 'outside'. When using HTTP on the 'outside', HTTP/2 is not supported. The protocol...

The (currently pre-GA) Istio ingress (https://istio.io/latest/docs/tasks/traffic-management/ingress/kubernetes-ingress/) or ingress gateway (https://istio.io/latest/docs/tasks/traffic-management/ingress/ingress-control/) might be a more interesting way to approach this.

(I think we can close this after merging #746, and create separate tickets if there's particular additional things we'd like to support)

I agree we should be mindful that people are volunteering their time, so we shouldn't be dismissive when the result doesn't meet "standards of companies with marketing departments" (though at...

I think we should support a directory like `src/main/paradox/_includes` for `.md` files that don't get rendered to standalone pages, but are available to be included in other pages.

The issue you link suggests 'The work around seems to be to use an ivy package for SBT plugins'. Do I understand correctly that we're currently publishing the sbt-paradox plugin...

I agree! Would you be interested in trying to improve this? I think an `ErrorContext` is available during most of the validation, if you can catch this IllegalArgumentException and report...

Thanks for reaffirming that this is a useful goal. I'll definitely check out how Pants solves this (though this is a spare-time thing for me so I can't really promise...

I had a look at pants - AFAICS they actually don't produce reproducible builds: I created a small test project with a Scala `jvm_binary`, and when I rebuild after clearing...

I agree completely that ditching incremental compilation as a whole only to get reproducibility would not be good. I assume you mean "how rare inconsistencies due to incremental compilations are"?...