Sean P. Kane

Results 110 comments of Sean P. Kane

and the console/shell-session lexer as well.

![CleanShot 2023-04-07 at 12 22 12](https://user-images.githubusercontent.com/129629/230665479-3eda1249-6f36-4750-b7fe-99842b435457.png)

@ndeloof This issue is about making ALL the output from the compose plugin, to support colorization. This ONLY works currently when compose is using buildkit, it does not work for...

I just ran into this issue as well and was surprised to find that the epub converter did not support building an Index, and there wasn't even documentation on how...

Please at least add pre-built images for arm64. There are a lot of developer and cloud systems that are using arm64 nowadays, and the image seems to build just fine....

> Hi, would you be willing to help by contributing? Yes, I'd be happy to contribute a bit to get this working, but from a fork, I don't think I...

As an additional note for now. I had to do this inside the container to use `asciidoctor-epub3`: `gem uninstall nokogiri -v '1.15.5'` It looks like both *nokogiri-1.13.10* and *nokogiri-1.15.5-aarch64-linux* were...

@dduportal See: https://github.com/asciidoctor/docker-asciidoctor/pull/407

> I built the `aarch64` image on an `x86_64` Mac tonight with `docker buildx build --platform linux/arm64 -t your_image_name:tag . --load`. Unfortunately, I can't build it thanks to `make build`...

Potentially related to: https://github.com/kubernetes-sigs/kustomize/issues/5124