Rahul Mohata
Rahul Mohata
### How would this new feature help [increase access](https://github.com/processing/p5.js/blob/main/contributor_docs/access.md) to p5.js? The README.md of the project is only available in English which makes it inaccessible to Hindi speakers. It is...
### Describe the bug Large sized images slow down the web pages which creates a less than optimal user experience. We can reduce the image’s file sizes to help improve...
### Description Shorten the text in the events cards, add a Read more button in the card and add a new event details modal popup to display full details of...
### Is your feature request related to a problem? Please describe. Currently, full text is displayed in the event cards.  ### Describe the solution you'd like We should shorten...
### Describe the bug The program timeline under the Programs tab is not responsive on small screen sizes. ### To Reproduce Steps to reproduce the behavior: 1. Go to https://anitab-org.github.io/...
**Actual Behaviour** Width of p5.SoundFile example has more width than all other examples **Expected Behaviour** Its width should also be same as all other examples **Screenshots of the issue** **p5.SoundFile:**...
Fixes #1015 Changes: I think `aria-labelledby` is supported for interactive content elements such as links and buttons by a screen reader but skipped for static elements. So, I removed the...
**Actual Behaviour** The chrome screen reader skips the download links under `Single Files` section. This might make the links` inaccessible to people using screen readers`. **Expected Behaviour** Screen reader must...
**Actual Behaviour** Currently when we navigate to non-existent routes, we get a default 404 page which gives a negative experience. **Expected Behaviour** We can have a custom 404 page when...
**Is your feature request related to a problem? Please describe.** It will be difficult to enforce a coding style as the repo grows bigger and gets more PRs. **Describe the...