Mahtis Michel
Mahtis Michel
# What is this This is my usability analysis that will show the current state of the product swagger-ui and what usability issue may exist in the current version 3.x.x....
@tim-lai since the schema viewer does not implement it either we should have a look at this too:  we could choose to render the following insead to do it...
### Content & configuration https://editor.swagger.io/?url=https://gist.githubusercontent.com/mathis-m/262703ffd14ac670366e603d0143943f/raw/4d4d7f3f5a5ba27c9880344976d7297e600588ce/tm8jDkQ5Cq.txt Swagger/OpenAPI definition: ```yaml openapi: 3.0.0 info: title: asd version: "123" paths: /: post: parameters: - in: header name: limit schema: type: integer maximum: 50 examples:...
### Description resolve external value to value fixes or baseline for https://github.com/swagger-api/swagger-ui/issues/5433 #### TODO > **2.) `externalValue` can be relative or absolute URL** > > `externalValue` can be either relative...
### Description ### Motivation and Context Fixes swagger-api/swagger-ui#7482 ### How Has This Been Tested? Adjusted given tests to test new order ### Types of changes - [ ] No code...
### Content & configuration Swagger/OpenAPI definition: ```yaml paths: /analysis/api/stores: post: responses: '201': $ref: '#/components/responses/CONTINUE' requestBody: required: true content: multipart/form-data: schema: $ref: '#/components/schemas/Child' encoding: # The same level as schema test:...
# Advanced Filter Core Plugin [Preview](https://mathis-m.github.io/swagger-advanced-filter-page/) https://user-images.githubusercontent.com/11584315/105450159-30d59000-5c7a-11eb-8ba7-51b597f5dbf0.mp4 ## Introduction Reflect common filtering, like we all know from IDE's. ```js const ui = SwaggerUIBundle({ advancedFilter: { enabled: true }, .... ```...
### Library React Components / v9 (@fluentui/react-components) ### System Info ```shell "@fluentui/react-components": "^9.54.7", ``` ### Are you reporting an Accessibility issue? None ### Reproduction https://stackblitz.com/edit/syg2df?file=src%2Fexample.tsx ### Bug Description ## Actual...
The collision might still be the same but would result in a different move operation based on new position. What is the plan for this scenario, are we supposed to...