Dmitriy Derepko

Results 153 issues of Dmitriy Derepko

- [ ] How to use and configure the site - [ ] How to write posts - [ ] Code style rules - [ ] Make tests and other...

hacktoberfest

Would be nice to have an ability to attach vote to a post. I have an idea make vote based on emoji `laugh, confused, heart, hooray, rocket, eyes` How to...

hacktoberfest

Would be nice to have an ability write comments and other actions directly on the site. I see this action plan: 1. Blog should have an possibility to auth an...

hacktoberfest

Need to implement internalisation with multiple languages.

hacktoberfest

We need `cut` functionality that will show the first part of the post and hide the second part. This is necessary so that people open posts and delve into them...

hacktoberfest

https://docs.github.com/en/rest/overview/resources-in-the-rest-api#rate-limiting It says here ^ that Github has several limits: 1. Limit for unauthorized user by IP 60 requests per hour 2. Limit for authorized user by token: 5000 requests...

hacktoberfest

Need to implement garbage collector for cached API requests. Tech solution: 1. Set GC call at interval **every 5 minutes** 2. GC should check each stored value and remove expired

hacktoberfest

Need to cover each functionality with test. Unit: - [ ] Tests for `raw data` => `object` transformation - [ ] Post - [ ] Comment - [ ] Reactions...

hacktoberfest

I early explain the main problem, see https://github.com/xepozz/blogit/issues/11. We need to handle this error with separated component that will contain: - [ ] Short description of the problem - [...

hacktoberfest

There is experiment for using "cut" functionality. On main page post must not be showed fully. On main page you should see post before horizontal delimiter. *** On view page...

published