Ariful Alam

Results 42 issues of Ariful Alam

- Add `.eslintrc.js` - Add `.prettierrc`

**Describe the bug** https://dev.to/api/articles?per_page=10&username=username returns incorrect (cached) article data. The API is being called in the frontend with axios. **To Reproduce** 1. Clone this [repo](https://github.com/arifszn/gitprofile). 2. Replace the username with...

bug

I am trying to use this project on [ vite.js](https://vitejs.dev/) as a react project. The code: ```jsx import React, { useEffect } from 'react'; import * as nsfwjs from 'nsfwjs';...

Currently the preview height is fixed to 110px and there is no way to change it. ![image](https://user-images.githubusercontent.com/45073703/112842293-39f03c80-90c3-11eb-9384-de97b3eb6233.png) ![image](https://user-images.githubusercontent.com/45073703/112842544-7a4fba80-90c3-11eb-843e-1d373cf1a985.png) Adding a class to preview div would be great. Thus way it...

Close #263. It now throws: ```js { "error": { "statusCode": 400, "message": "Bad Request Exception", "errorName": "BadRequestException", "details": { "statusCode": 400, "message": [ "User already exists." ], "error": "Bad Request"...

If a user with username `x` or email `[email protected]` is already registered, while registering with the same input, it throws `500 internal server error`. ```js { "error": { "statusCode": 500,...

As the `articles` table does not have onDelete cascading, any user associated with the article entity can not be deleted from the `users` table. ![image](https://user-images.githubusercontent.com/45073703/172347419-6105b41d-ff41-4181-88f7-25369a4c55b0.png)