Vikas Chauhan
Vikas Chauhan
Run the command like this _npm install --legacy-peer-deps_ @tbb257
@mittal-parth I can try implementing this. I just have some doubts. In your portfolio I noticed that you are showing PRs from two diff repos(zulip, publicLab). Do you want something...
@mittal-parth I'll start working on it, it might take me some time, as i also have exams goin on.
@GittyHarsha ``` server: { port: 3000, strictPort: true } ``` Add this to _vite.config.js_, vite will try port 3000 and if it's occupied vite will exit.
Hi, I'd like to work on it. Can you assign this issue to me? @gavinr-maps
Change the default install command from project settings to "npm install --legacy-peer-deps" Try this if it doesn't work, we'll figure out something else.
Many websites provide a way to download your data in form of _JSON_ or _CSV_. I was thinking we could have the user place that file in root folder and...
@mittal-parth Yes, LinkedIn allows users to download the data, though it's not instant and can take up to 24 hours. I'm gonna try downloading my data and see if chatgpt...
@mittal-parth Hi, I downloaded my data from linkedIn and asked LLM's to convert it to our format. ChatGPT gave inconsistent results, but deepseek was better. It was able to read...
@mittal-parth What if we parse the data from csv and fill as much fields as possible. And use placeholder image/icons so that the user knows exactly what image it needs...