Mike Reiche
Mike Reiche
- `Duration` is flexible, but IMHO too technically. I would prefer writing `waitFor(0.3)` instead of `waitFor(Duration.ofMillis(300))`. I explicitly decided against `Duration` because of that. - Duration supports a lot of...
My approach was to bundle a lighweight webserver based on Java standard features, that serves `report-ng` only (http://www.jibble.org/miniwebserver/). Alternative approach could be something like: https://blogs.oracle.com/javamagazine/post/java-18-simple-web-server
What about browser plugins or `chrome --allow-file-access-from-files`?
Please create new branches in the future and do not reuse old ones.
> ok, after a not so short research the following change fixed my problem: Finally!
> Are you planning to update the rest of the tutorial? The docker-image resource still exists, so I am wondering how you ran into this error. > > https://resource-types.concourse-ci.org/ https://github.com/concourse/docker-image-resource...
I see, I'm using no official image but https://github.com/robinhuiser/concourse-arm64/blob/main/docker-compose.yaml (https://hub.docker.com/r/rdclda/concourse), because I'm running Docker on a ARM64 chipset on Mac M1.
> Could you please run `helm-docs`, squash & rebase this. ASAP
I don't know what todo with `helm docs`, but I squashed everything.
> @mreiche if you install [helm-docs](https://github.com/norwoodj/helm-docs) and then run it in the repo it will update the README. Otherwise the PR workflow will fail. Instructions unclear. A added a `CONTRIBUTING.md`...