Yudhvir Raj

Results 6 issues of Yudhvir Raj

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Release 8.x
Bug
Needs Triage

Currently the location property in the options is not being used due to this [commit](https://github.com/serverless-appsync/serverless-appsync-simulator/compare/v0.16.1...v0.17.0#diff-5744e5e1e5daba76530c29745af5fbf2884b3c4cefbe2b26d181ce66e0cf7701L123). I looked at the commit & added the functionality back so if the property were...

Tried to follow the blog and video example with this repo but it produced an error. With the local address it did not work and so I tried it with...

``` yarn start-local-client ``` ``` Starting the development server... /Users/unfocused/Documents/Git Folders/Projects/zkdocs/node_modules/react-scripts/scripts/start.js:19 throw err; ^ Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:67:19) at Object.createHash (node:crypto:133:10) at module.exports (/Users/unfocused/Documents/Git Folders/Projects/zkdocs/node_modules/webpack/lib/util/createHash.js:135:53) at...

I escaped the path in every command using "" but we could have escaped the path string too. I chose to do it this way as escaping may have other...

Here is the output: ``` yarn run v1.22.15 $ cd zkdocs-backend && yarn hardhat build-deploy-schema --schema ./test/test_schemas/tax_bracket.json --network localhost && cd .. && ./cp_script.sh tax_bracket ./zkdocs-backend/test/test_schemas/tax_bracket.json $ '/Users/unfocused/Documents/Git Folders/Projects/zkdocs/node_modules/.bin/hardhat' build-deploy-schema...