Antonin Stefanutti
Antonin Stefanutti
@tenzen-y retesting as I think these were transient failures.
> @astefanutti Could you update documentation and examples in a follow-up? > > * https://github.com/kubernetes-sigs/kueue/blob/main/site/content/en/docs/tasks/run/rayjobs.md > * https://github.com/kubernetes-sigs/kueue/blob/main/site/static/examples/jobs/ray-job-sample.yaml @tenzen-y as far as I can see, the documentation and examples have...
> Oops, you're right. NVM No pb, just wanted to make sure I was not missing anything!
What presentation framework do you use? I wonder whether it could be related to #151. Chromium had layout issues with printing until recently. It would be worth that you test...
That's a good question. We would have to check how these tools analyse the container images, but in case of scratch-node used as a base image, the SBOM would be...
Yes, the main binary is `bin/node` which is a static build of Node.js. I'd be curious to know how these tools handle base Node.js images. Maybe it could be applicable...
Thanks a lot for reporting the issue. By chance, would you be able to share your presentation so I can reproduce on my end?
I would need the HTML presentation. No worries if it cannot be shared.
For reference, I've developed and used [DeckTape](https://github.com/astefanutti/decktape) to export DZSlides presentations to PDFs. An example of an [Asciidoctor+DZSlides presentation](http://astefanutti.github.io/further-cdi) that I've exported to [PDF](https://astefanutti.github.io/decktape/examples/going-further-with-cdi.pdf).
While disabling the `heath` endpoint from the `application.yml` actually removes the endpoint, it is not used by the Fabric8 Maven to remove the readiness and liveness probes definitions from the...