Bartłomiej Krukowski

Results 5 issues of Bartłomiej Krukowski

## We want to ensure high quality of the packages. Make sure that you've checked the boxes below before sending a pull request. - [x] I have read the [Contribution...

> Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards) before sending pull request. Thanks! **Please provide package links to:** - repo link (github.com, gitlab.com,...

Allow for controlling the flag `showExtensions` ([docs](https://swagger.io/docs/open-source-tools/swagger-ui/usage/configuration/)).

### Issue `DefaultResolveFn` works properly for the following maps: ```go type MyMap map[string]any ``` but when we change the map key: ``` type MyKey string type MyMap map[MyKey]any ``` it...

## We want to ensure high quality of the packages. Make sure that you've checked the boxes below before sending a pull request. - [x] I have read the [Contribution...