Anom Chakravorty

Results 22 comments of Anom Chakravorty

Hi @yashfalke77. If you have the prerequisites, we will assign this to you. Also join our Discord server for more updates.

Hi @Gismo1337, not now, but we may consider it in the future.

You are right. Assigning this to you.

Assigned @ezehlivinus

Hi @ezehlivinus, we don't need to log unnecessary errors related to login/register. We should return the error to the client like this: ``` return res.status(401).send({ success: false, message: 'invalid password...

Hi @Phoenix-031, we would want to implement a "remember me" feature on the Login page. If you want to work on this, let us know how you want to proceed.

I can see only the knowledge panel and the "people also ask" section. Everything else appears to be empty/null.

> Have done a quick hack replacing SELECTORS with below in constants.js since Google has done some changes. > > SELECTORS: { // Organic Search Results TITLE: 'div.q8U8x.oewGkc.LeUQr', DESCRIPTION: 'div.MUxGbd.yDYNvb',...

Hi @BiswajitSahoo-tech, this suggestion looks excellent. You might want to look into this PR [#18] and find a folder named "data-repository". What's your take on this?

Yup, that's true. We should then remove this wrapper for the time being and follow the folder structure that you have mentioned. You can co-author that pull request if you...