Amruta Ranade

Results 54 comments of Amruta Ranade

Hey! I think you can remove the hyperlink. So the title would just be "CDK Speedrun (HTTP API Source Creation Any Route)"

Addressed in https://github.com/airbytehq/airbyte/pull/16782

Hi Matt, Sorry, I completely missed your earlier message. I am traveling this month with sub-par access to the internet. Will be back in the US this weekend. Will try...

Hey..I am back at my laptop. I was prompted to upgrade npm to 6.7.0, so I did that. But now I am running into a new error: body-parser deprecated undefined...

Oh..never mind..got it working now. Still can't connect to the JSON server though :( Here's what I am doing: 1. Run `npm i -g cover-letter-snippets` 2. Run `snippets` 3. The...

Hey! I did everything you mentioned. The MongoDB part works fine. Still can't get the JSON part to work. (JFYI: This isn't a blocker. I can still complete my video...

Oh..the error I am getting is "Called GetSnippets! File already exists". Can you share the path where the JSOn file is stored? I can try deleting it and running snippets...

Ah! Got it to work! The `jsonFilePath` parameter was blank in json-routes.js. Added a value "file.js" for the parameter and it works fine :) Before: `jsonFilePath: ""` After: `jsonFilePath: "file.js"`

@Alucard17 Absolutely! Just a note: If you are participating in Hacktoberfest, wait until October 1st to open the PR to make sure it's counted for the event.