Eshaan Aggarwal

Results 20 issues of Eshaan Aggarwal

### Increasing Access Currently, in the reference section, all the reference items are listed in an arbitrary order, which makes it difficult to search for a particular item manually, and...

Feature Request

In many of the `.mdx` files containing the documentation, the JavaScript code snippets have been marked with the language tag `JavaScript` as follows: ![image](https://github.com/bocoup/p5.js-website/assets/96648934/ec775de6-b960-4e09-ba6f-23df028dfbc4) This tag is incorrect and should...

## Summary Introduced a test suite for the following components: - `UserTypeDisplay.vue` - `FocusTrap.vue` - `TimeDuration.vue` ## References ## Reviewer guidance … ---- ## Testing checklist - [ ] Contributor...

DEV: frontend
SIZE: medium

## Summary Adds - Style guide for testing - A test template and common ways to use the mocks ## References [Slack Discussion](https://learningequality.slack.com/archives/C03S2EN192A/p1712478257893569) ## Reviewer guidance ---- ## Testing checklist...

TODO: needs review
SIZE: medium

We currently have the following 5 examples on the `processing-example` repository, but they aren't listed on `processing-website`. We should add them too. - [ ] TextureCube - [ ] TextureCylinder...

![image](https://github.com/fossasia/open-event-checkin/assets/96648934/ac4d0982-356e-4bb7-8a87-d01158a0f44c) Currently, if the user has no events to check in, the dropdown shows no options, which gives a buggy appeal. Instead, a small note should be shown to the...

## Blocked by https://github.com/learningequality/kolibri-design-system/issues/439 ## Context [Vue Testing Library](https://testing-library.com/docs/vue-testing-library/intro) is a lightweight wrapper that builds on top of the DOM Testing Library by adding APIs for working with Vue components....

type: proposal

Reimplementation of all the code and discussion in #1054, which was closed due to wrong history errors.

HTML table

We make use of the browser's [`escape`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/escape) function at numerous places in our codebase, which has been marked as deprecated. We should probably port to [`encodeURIComponent`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent) to ensure future compatibility...

HTML table

I have added the basic functionality related to merging the UI of the two tables in the Overview component. I would highly appreciate it if @PhilippWendler, sir you could check...

HTML table