Mahtis Michel

Results 10 issues of 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: ![image](https://user-images.githubusercontent.com/11584315/112389202-a1d60a00-8cf4-11eb-9b44-d605f2f04633.png) 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:...

type: feature
version: 3.x
type: enhancement

### 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...

type: feature
version: 3.x
cat: usability

Added modal with popup branch merged

enhancement
new component

### 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:...

specification: 3.x
cat: try-it-out

# 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...

Type: Bug :bug:
Status: In PR
Fluent UI react-components (v9)
Component: Tabs

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...