Akshat Bisht

Results 8 comments of Akshat Bisht

Hey, have you double checked your remark-math dependency with yarn? That has caused me problems once in the past.

Yeah I'm not too sure, I haven't tried with npm. I cloned the repo right now with and built with yarn without any hiccups, I think it might be an...

I just tried the build with npm and I'm getting the same problem as you, something seems to be keeping the remark from working properly. I'll keep looking into this,...

That's a good idea. I'm not sure how comment engines would work on a static site, I may look into this in the future — seems like a good enhancement.

Yeah, I was looking online and I found this link from 2014 — around the time when the fall seems to have begun — [https://techcrunch.com/2014/04/07/disqus-sponsored-comments/]() in recent years Disqus has...

Hi @pushkalkatara, I've added a JSONDecodeError exception to test for simple json errors such as the file existing but being corrupt/empty. I've also added a KeyError exception in case the...

Hi @pushkalkatara, I already posted the screenshots for this command, however, I've reattached the screenshot below along with a valid case. ![image](https://user-images.githubusercontent.com/33050725/71388344-ed51c200-2632-11ea-891c-75c4658c3341.png) ![validToken](https://user-images.githubusercontent.com/33050725/71388482-84b71500-2633-11ea-9788-970a11c89f47.png)

#222 I've added handling for the json file and made sure the token is exists.