Sebastian Davids

Results 52 comments of Sebastian Davids

This is related to #46. In the case of: ``` ETag: schema: type: string Last-Modified: schema: type: string ``` The output would preferably be: ``` Etag: ${eTag} Last-Modified: ${lastModified} ```...

https://github.com/expressjs/express/pull/3730

In the interim, please add a note to the https://github.com/diffplug/spotless/tree/master/plugin-gradle#applying-ktlint-to-kotlin-files section that `.editorconfig` will be ignored. Also, `continuation_indent_size` is not supported by [ktlint](https://github.com/pinterest/ktlint#editorconfig) it is an IntelliJ-specific setting which has...

https://html.spec.whatwg.org/multipage/semantics.html#meta-theme-color > The [media](https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-media) attribute may be used to describe the context in which the provided color should be used. https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-media > The media attribute says which media the metadata...

I tried setting `graphvizdot=/opt/homebrew/bin/dot` and it worked.

I have two suggestions: @@ Attributes @@ As the UI is right now, I thought the attributes are for Kroki. Yes, in that case the Attributes block would be indented,...

This would be useful for people using Apple Silicon. ```shell $ docker run -it -v "$(pwd):/documents/" asciidoctor/docker-asciidoctor WARNING: The requested image's platform (linux/amd64) does not match the detected host platform...

```shell $ docker buildx build --platform linux/amd64,linux/arm64 ``` might do the trick. https://docs.docker.com/buildx/working-with-buildx/#build-multi-platform-images

One major advantage of asciidoc is the possibility to include[ embedded diagrams](https://asciidoctor.org/docs/asciidoctor-diagram/) via plantuml for example. Markdown > Pandoc > Asciidoctor is of no help in that case.

Additional info: https://medium.com/webpack/webpack-4-import-and-commonjs-d619d626b655