1 comment (1 comment)1 reaction (1 reaction)0 assignees (0 assignees)JavaScript1,038 forks (1,038 forks)batch import
Hacktoberfestenhancementminor
Repository metrics
- Stars
- 8,949 stars (8,949 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Currently it seems that Imgur has an upload limit that will be triggered when uploading too many images in a short period, Hackmd should prompt user the problem instead of silently dropping it
The pad that reproduces the issue : SITCON 2017 R0 共筆 - HackMD
Contributor guide
- Research direction
- Look at the image upload code in the repository, likely in a file handling Imgur uploads. Use the error message or response from Imgur to show a notification to the user when the upload limit is reached. Add a try catch block around the upload call and display the error to the UI.
- Tech stack
- javascriptnodejs
- Domain
- backendfrontend
- Issue type
- Bug
- Prerequisites
- GitNode.js