Results 6 issues of Michael Dockter

Senzing is entity resolving software. **Overview:** API - Python, Java, C GUI = Y Link = Y Dedup = Y Supervised Learning = No Unsupervised Learning = Y Active Learning...

Improve the format of the CHANGELOG.md file so that it passes markdown linting. Example markdown linter: https://dlaa.me/markdownlint/

enhancement

First of all: Bravo on `ogen`. An excellent piece of software. Given that the SwaggerUI (https://petstore.swagger.io/) is part of the OpenAPI ecosystem, it would be nice if the SwaggerUI could...

bug

### Description Currently the "canonical example" of a version 3 open-api document is at: - https://petstore3.swagger.io/api/v3/openapi.yaml - https://petstore3.swagger.io/api/v3/openapi.json When running a `generate.go` file with the contents: ```go package generate //go:generate...

enhancement
openapi-features
xml

I see in the [Configuration](https://github.com/cetic/helm-swagger-ui#configuration) documentation that you have support for `swaggerui.jsonUrl`. Which seems to only support OpenAPI Specification in JSON format based on what I'm seeing at https://github.com/cetic/helm-swagger-ui/blob/e46ca44cd1d623aaa8d99acd296baae50586f6aa/templates/deployment.yaml#L37-L41 I...

enhancement

When running a GitHub action such as: ```yaml jobs: my-job: runs-on: macos-latest : - name: install Docker uses: docker-practice/actions-setup-docker@master timeout-minutes: 12 : ``` Although the return is a "success", the...