Ananya Singh

Results 6 issues of Ananya Singh

I fixed the issue #1565

The website's responsiveness was enhanced with "flex-wrap: wrap," and the layout adjustment at "@media (max-width: 993px)" ensures optimal display on various devices, creating a fully functional and user-friendly experience. [Ensure...

I changed the code to make it work with different image types, not just JPEG. Now, the code checks what type of image you're using and saves it in the...

Resolved the [issue#425](https://github.com/chromium/subspace/issues/425) with collecting Iterator into Vec. Implemented `map(|s| s.to_owned())` to convert constant references in the iterator to owned std::strings. This transformation rectified the mismatch, allowing successful collection into...

### Description: I've encountered an issue where my repository has been excluded, and I'm not sure why. I'd like to understand why it was excluded and how to get it...

help wanted
hacktoberfest

I made several changes and improvements to the code: 1. Error Handling: I added try-except blocks to handle potential errors when looking up word meanings, antonyms, synonyms, or translating. This...