robert-hebel-sb

Results 16 comments of robert-hebel-sb

Hello there @savinmikhail. Thank you for creating an issue. Are you open to providing a PR?

hello there @Miran-Firdausi 👋 sure, I've assigned the issue to you, and I'm looking forward to PR 💟

hey @Miran-Firdausi 👋 From the issue attachment, I assume the fix should be for swagger-editor@next, which uses the `react-collapse-pane` library. I haven't checked it, but according to docs, they support...

Related to: https://github.com/swagger-api/swagger-ui/issues/10358

@jryanthe4th thank you for your contribution and the time spent on refactoring 🙏 A few changes are unrelated to the refactoring of unsafe components. We would appreciate it if you...

Hey @derberg 👋 The same issue can be reproduced using `@asyncapi/parser` library Steps to reproduce: 1. Create a valid AsyncAPI 3 specs which has defined messages for channel. For example...

hey @parthpetkar 👋 are you able to reproduce the issue? I've tried it with the following example and bug seems to be fixed already

Hey @elipp 👋 In the 5.20.1 release, we introduced displaying enum values using the JSONViewer component, which addressed issues where complex values hadn't been displayed correctly before: after: The changes...

hello there @sajdakabir Sure! Looking forward to a PR ❤️

Hello there! You can specify the formatting of given property values by using an encoding object. In this specific scenario, the schema should look like this: ````yaml openapi: 3.0.1 info:...