Kaleo

Results 6 issues of Kaleo

It would be helpful to introduce a github action to generate a PR to format the code automatically

Type: Enhancement
good first issue

We didn't update the package on PyPI for a while, bettter to add Github Actions for it

Type: Task
good first issue

That will be useful to show all tags in 'version': ![image](https://user-images.githubusercontent.com/7939352/39612188-befaedee-4f8f-11e8-85d5-57dcb4877187.png)

Status: Backlog
Type: Enhancement

the current strategy ignores `exclude` if `include` exists: https://github.com/maxdome/swagger-combine/blob/master/src/SwaggerCombine.js#L87-L99 It may be confusing if someone has the configuration like this: (include all paths under `/api/products` excpet for `/api/products/{id}/recommendation`) ``` {...

enhancement

- go version: go1.18.1 darwin/amd64 - os: masOS Big Sur 11.6.5 ## reproduce 1. create `main.go` ```go package main import ( "github.com/kevholditch/gokong" ) config := gokong.NewDefaultConfig() ``` 2. `go mod...

### Is there an existing issue for the same feature request? - [X] I have checked the existing issues. ### Is your feature request related to a problem? ```Markdown Seems...

Feature