Anurag Hazra
Anurag Hazra
## 🐞 Bug Report #### Describe the bug Currently the Join type only works upto 22 input elements, after that It throws `Type instantiation is excessively deep and possibly infinite.(2589)`...
I built this site over 2 years ago, that time I had very limited experience and knowledge of a11y. But from past year working and building on a fully a11y...
In the Bug Model Instead of using bug.body for description of the bug, we can just add a comment while creating the bug that way we don't have to worry...
related to #574 (dfeb1e26f320347e1cd975f6874e1ce00d6feffb) I think the regex is missing the _ check, in here https://github.com/showdownjs/showdown/commit/dfeb1e26f320347e1cd975f6874e1ce00d6feffb#diff-5068f1590d08151f94acd4aeedddfa25R78
I found out that thecodingtrain.com doesn't have [OpenGraph](https://ogp.me/) and [twitter card](https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/markup) meta tags. https://github.com/CodingTrain/website/blob/a2d8a52867e20ee246878dcc092237081670e891/_jekyll/includes/2-base/head.html#L48-L49 Tools for debugging: - **Twitter** https://cards-dev.twitter.com/validator - **Facebook** https://developers.facebook.com/tools/debug/sharing/
*(these are only my ideas)* By considering how powerful GitHub actions are maybe we could automate some tasks like **merging community contributions.** Here's how it can be done :- ####...
We can refactor these if statements with [Guard Clauses](https://learningactors.com/javascript-guard-clauses-how-you-can-refactor-conditional-logic/) https://github.com/maitraysuthar/rest-api-nodejs-mongodb/blob/8191ce980308849b4663b20f63c292dd4664ca01/controllers/AuthController.js#L114-L160
## The Problem The current architecture of rendering the card follows a more traditional approach where we concatenate raw svg strings to build a valid SVG markup. - Build svg...
Hi everyone, I see that all personal access tokens are currently failing, thus you will see the "Maximum retries exceeded" error. I'm looking into the issue to figure out what...