Adi Boghawala

Results 14 issues of Adi Boghawala

**What kind of change does this PR introduce?** Improve the readablity of text in [Boolean reference page](https://json-schema.org/understanding-json-schema/reference/combining). **Issue Number:** Closes #1564 **Screenshots/videos:** ![image](https://github.com/user-attachments/assets/d14137f6-2038-4a79-a318-c930010fc14e) **If relevant, did you update the documentation?**...

### Describe the bug On the [page](http://localhost:3000/understanding-json-schema/reference/combining) a warning block is present in which oneOf and anyOf is written but is not clearly visible due to mismatch with background color....

🐛 Bug
Status: In Progress
Status: Accepted

### Is your feature request related to a problem? Please describe Currently, users can only filter blogs by category. To improve usability and convenience, we should add an "Author" filter...

✨ Enhancement
Status: Triage

In the Remember.tsx component, 1. Both font-medium and font-semibold classes are used together at one place, which is incorrect. 2. Both mt-7 and mt-2 classes are used together at one...

### Is your feature request related to a problem? Please describe Currently, there is no dedicated issue template for blog proposals on the JSON Schema GitHub repository. Contributors who wish...

✨ Enhancement
Status: Triage

currently inside `client.py.js` of python websocket client we have a component ClientClass which passes all the props down to respective components. This list can grow in future and hard to...

good first issue
area/javascript

**Description** This is really basic setup for adding new package under `generator/app` which internally uses @hyperjump/json-schema. We are introducing it to abstract complexity of @hyperjump/json-schema and also it will be...

FileHeaderInfo component has conditions in implementation so we can include test for it.

good first issue
area/javascript

currently in javascript websocket client we have `SendOperation` component we dynamically extract all send type operations from AsyncAPI document and directly send message. But we can take this to another...

### Describe the bug. In some commands like `asyncapi bundle`, `asyncapi format` etc the -o flag is written explicitly in flags file while in below 3 commands it is used...

bug