Results 11 comments of zazos

@stevehu @jawaff about URNFactory you can add the possiblity for customize the URISchemeFactory in JsonSchemaFactory? or you are going intention to add URNFactory? Or you have another solution for manage...

Same problem. I disabled keycloak client authentication and now it works. ![image](https://user-images.githubusercontent.com/7128640/232321896-17177da4-39b0-421f-ac4e-4b09618180f1.png)

@alexander-akait thanks for time to investigate for my problem. My idea is to include source map in a production bundle and import them with chome dev tools when need for...

the steps are: 1. open dev tools 2. go to source tab 3. select a chunk 4. in a source code press dx mouse button and select add source map...

@alexander-akait when use EvalSourceMapDevToolPlugin or SourceMapDevToolPlugin the plugin create a source map file es. something.mjs where is something.js module. If append = false (now not working) in module something.js you...

@alexander-akait you have right, For my use case hidden-nosources-source-map is a right way. Thanks

Hi, I’m running into the same issue. In my OpenAPI spec, I have a base schema like this: ```ts export type ComponentLayoutBase = { "type"?: "HORIZONTAL_FLOW" | "VERTICAL_FLOW" | "SNAKE_FLOW"...

Thank you for the clarification. In my case, AssistiveTreeDescription with documentation is not necessary, so no changes are needed. However, I noticed that keyboard navigation with ArrowUp and ArrowDown is...

Hi, lukasbach. The keyboard navigation issue seems to come from the use of event.code (packages/core/src/features/hotkeys-core/feature.ts row 74). On Linux, for some reason, this field is always set to "NumpadEnter" regardless...