Prathamesh More

Results 10 issues of Prathamesh More

### Entering Issues For enhancements or feature requests, do no enter an issue here, instead please use the [Express Gateway Feathub](https://feathub.com/ExpressGateway/express-gateway), this helps the team prioritize and allows upvoting for...

I am trying to fetch images from Axios as `arraybuffer` ``` function getImage() { const { data } = await axios.get(url, { responseType: "arraybuffer" }); return data; } ``` ```...

## Short, Informative Title In-app Gradle file, all dependency still using 'compile' configuration, So we have to upgrade as per new guidelines. ## Issue Explanation (Background, Importance, etc.) Configuration 'compile'...

**Is your feature request related to a problem? Please describe.** Currently, we have only one To-do task feature. We can create a popup for saving more to-do. **Additional context** When...

enhancement
help wanted
good first issue
hacktoberfest

**Describe the bug** Currently, we have to click on the button to change the background. We will keep changing the background using a button too and we will add another...

enhancement
help wanted
good first issue
hacktoberfest

**Describe the bug** Currently, we are using Boostrap which is no need for this project. We can write our pure CSS code for responsiveness. **Expected behavior** The extension should be...

enhancement
help wanted
good first issue
hacktoberfest

**Is your feature request related to a problem? Please describe.** In setting popup, we can show more options and customization. E.g Background can be set as per the user's theme....

enhancement
help wanted
good first issue
hacktoberfest

@sabzo It seems like compile has been deprecated and API or implementation should be used instead.

**Please describe what has to be done** A clear and concise description of what should be done, probably in a list format but not required. - We should separate API...