Stephan H. Wissel

Results 29 issues of Stephan H. Wissel

#### Describe the feature When using OpenAPI3, one can set a parameter in the schema: ```yaml additionalProperties: false ``` Works like a charm, but only for body content. Additional `query`,...

enhancement

We have large examples in our Schema. When trying to change those, we get "Connection to server lost" errors. On inspection of the console this error is found: Websocket max...

Might be worth just a documentation update: This fails: ```yaml steps: - name: Deploy NodeJS uses: actions/setup-node@v1 with: node-version: "12.x" - name: Install Ionic uses: coturiv/[email protected] - name: Checkout UI...

Problem: when creating a 404.md file, invalid urls containing a path fail to load CSS/JS due to relative path for JS/CSS. - Works: https://stwissel.github.io/mknotfound/nothere - Doesn't work: https://stwissel.github.io/mknotfound/not/here I created...

**Is your feature request motivated by a concrete problem? Please describe.** A common way to document REST style HTTP APIs is the [OpenAPI 3.x](https://www.openapis.org/) specification (a.k.a. Swagger). It serves as...

request

Problem: mvn versions:show-dependency-updates shows newer versions that eventually need a higher Java version and are not compatible with a current project. Potential solution: Introduce a configuration setting javaVersion for the...

enhancement

First of all: Love your work, works like a charm. We have a directory structure: ``` project/mkdocs.yml docs/ north/ west/ south/ ``` In files in the sub directories we like...

I'm using your nice plugin together with the `pymdownx.snippets` plugin ## I have ```yaml extra: test: 1.0.0 plugins: - search - awesome-pages - section-index - tags - markdownextradata: {} ```...

Got confused why unit test didn't work, learned the documentation is outdated. I'd like to save others that learning experience :-) Fixes #328 (formatting changes by pretttierJS sorry - hope...

The Unit testing documentation: https://nodered.org/docs/creating-nodes/first-node#unit-testing doesn’t match the current helper lib: https://github.com/node-red/node-red-node-test-helper ... pr coming