Carlos Guedes

Results 12 issues of Carlos Guedes

**Describe the bug** When using kmenu in unit tests, with Testing Library and jest/vitest, the tests fail because **scrollIntoView is not available**. I've identified that the cause is that [the...

bug

In the following GIF image you can see that: 1. I'm adding three elements to the array (A, B and C) 2. I'm removing the second element (B) 3. The...

bug
help wanted

Tests are failing because global APIExplorer requirement for plugin reducers.

type:enhancement
ready

a) We can consider using the same approach as in the Swashbuckle project: https://github.com/domaindrivendev/Swashbuckle/tree/v5.5.2 b) Produce artifacts for .NET and .NETCore

type:enhancement
type:development

As per [swagger spec](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#operationObject), operations can be tagged with multiple tabs. > tags | [string] | A list of tags for API documentation control. Tags can be used for logical...

type:enhancement
question

The current implementation only allows setting custom tabs globally. It would be nice to customize those per API. ``` js APIExplorer .addAPI('petstore', 'swagger2', 'https://api.swaggerhub.com/apis/anil614sagar/petStore/1.0.0', c => { c.addWidgetTab('Only For Petstore',...

type:enhancement
configuration

![image](https://cloud.githubusercontent.com/assets/174127/18778150/e8c3f03e-816a-11e6-939d-df26f6fb0e83.png)

type:enhancement
configuration

The existing samples of API Explorer server uses a buggy implementation for proxy the requests. I propose to use https://github.com/chimurai/http-proxy-middleware to proxy request to the target server. Sample implementation: ```...

type:enhancement
type:development

Is useful to have some visual hint (maybe fading out the codemirror) that the response being displayed is not actual (stale). A response can be "stale" when we are seeing...

type:enhancement
question