Ariful Alam
Ariful Alam
- Add `.eslintrc.js` - Add `.prettierrc`
Close #8.
**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...
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.   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,...
Close #254.
As the `articles` table does not have onDelete cascading, any user associated with the article entity can not be deleted from the `users` table. 