Ashutosh singh

Results 8 issues of Ashutosh singh

The documentation for useTransition currently covers basic usage but lacks an example combining it with asynchronous data loading (e.g. fetching data while keeping UI responsive). Tasks: Create a simple example...

Please add a new entry under JavaScript projects in awesome-for-beginners for [project-name], which is beginner-friendly and has a good first issue label. I believe it will help new contributors explore...

### Problem While using the interactive map feature in Public Lab’s website (https://publiclab.org/map), I noticed that the map markers currently do **not have any `alt` text or `aria-labels`** associated with...

fto-candidate

The feedback form accepts emails without validating domain or format. Users sometimes submit incorrect emails. Add proper email regex validation and user-visible hints before submission.

When login fails due to invalid credentials, the current error message “Access Denied” isn't descriptive enough. Could you update it to show whether credentials were malformed, or the user account...

Currently, image gallery only supports touch swipe. It would be useful to add mouse click-drag support when running desktop Swing/AWT apps.

It would be helpful to let users filter project listings by language. I’d like to add JavaScript and Python filters on the front-end. Assign to me and happy to work...

### Problem The `GraphConvModel` section in tutorials (http://deepchem.io/docs) explains theory but lacks a minimal runnable example. New users may struggle to instantiate the model or load data. ### Steps to...