Results 10 issues of Gerald Loeffler

It's currently possible to include internal links to sections. I'd like to propose a similar feature for links to figures/images and tables. It may make sense to provide this feature...

enhancement
AST change

I'll use JMS as an example, but the same argument applies to Anypoint MQ and potentially other protocols. A JMS message defines header, properties, and a body: https://javaee.github.io/javaee-spec/javadocs/javax/jms/Message.html . JMS...

💭 Strawman (RFC 0)

Most messaging systems conceptually support a common set of protocol headers: - message ID - sending timestamp - expiration time and/or TTL - correlation ID - reply-to channel - ......

💭 Strawman (RFC 0)

Currently, AsyncAPI models individual message types exchanged via operations with channels. There is no way to formally bind different messages together (other than by adding human-readable documentation to the messages)....

💭 Strawman (RFC 0)

(Opened as requested in https://github.com/asyncapi/bindings/pull/63#discussion_r676806443.) When implementing the Anypoint MQ binding spec (PR https://github.com/asyncapi/bindings/pull/63) my instinct was to state the version of the AsyncAPI spec (initially `2.0.0`, then `2.1.0`) that...

❔ Question

The consensus in bindings specs is for protocol headers (= well-known message headers defined by the server's protocol (HTTP, JMS, Anypoint MQ, ...) rather than by the message sender) to...

💭 Strawman (RFC 0)

If seems that the reveal.js backend assumes that slides always start with a level-2 heading (== Title): it would be great if this were configurable (my slides start with level-4...

🙋 need info
❔ question
:memo: documentation

The AsyncAPI spec has been supporting **RAML 1.0 data types** as a RECOMMENDED schema format for some time: spec (https://github.com/asyncapi/spec/blob/master/spec/asyncapi.md#schema-formats-table . However, the CLI currently does not seem to use...

enhancement
good first issue

My understanding is that the `iam-policy.json` file is read from the parent directory and not from the module (sub-)directory, so i've removed the latter.

Changed the regular expressions for titles at all levels to allow a title to start with an attribute reference, e.g. `== {attr} Rest of Title`.