Nico Müller

Results 11 comments of Nico Müller

Yes, exactly: ``` openapi: 3.0.0 info: title: api version: 1.0.0 servers: - url: http://localhost:8081 paths: /gateway: patch: responses: "403": description: "" x-example-one: true x-example-two: false ```

There also seems to problem with the pipenv dependencies. See CI fails.

Any updates on this PR?

> It looks like you've got v5 support in the general functions, and _also_ _v5 suffixed functions? Does that really make it easier to use? In general this looks ok...

Hello @karlp , I am wondering If I could provide you anything more in order to help you with the review and merge.

> Why do you use unsupported `entity_category` option? It is not mentioned in the docs, no wonder it is ignored. `entity_category` is working perfectly. not sure why it is not...

For instance `-6` for the usage of ipv6

try executing "killall mplayer"

Tested with mermaid 9.4.3 and had the same issue. ``` extensions = [ "myst_parser", "sphinxcontrib.mermaid" ] source_suffix = { '.rst': 'restructuredtext', '.md': 'markdown', } mermaid_version = "9.4.3" myst_fence_as_directive = ["mermaid"]...