Richard Wilbur

Results 8 comments of Richard Wilbur

Thanks @markisadesignerd - that worked for me in IntelliJ I had to remove "type": "module" from my package.json but I can live with that. Also I am pointed to my...

I'm experiencing this same issue. My test still runs. DEBUG=http doesn't provide any info. **From config:** ``` environments: dev: phases: - duration: 1 arrivalCount: 1 maxVusers: 1 name: Phase 1...

Was getting the following error using current versions: Uncaught ReferenceError: g is not defined on maps when deployed The suggestion offered by @wipfli worked for me. Switched to a .browserslistrc...

@himtar12 and @hassy - I get the same behaviour in 2.0.0-32 when a property doesn't exist. For example: ``` capture: - json: '$.oops' as: oops expect: - statusCode: 200 -...

Thanks @kochie when making config changes I removed "mandatorySignIn: false" but didn't replace it with "allowGuestAccess: true"

New to Nx but getting this as well on any imports/exports from @aws-amplify, ie: ` import { Auth } from '@aws-amplify/auth'; ` and ` export { RestAPI as api }...

Hope this example works for you: https://github.com/petconsole/mini-repo-1/blob/main/libs/pure-fe-api/src/ourYupSchema.ts I'm also getting the issue on imports from yup, react, redux, etc.

@fabian4cast - not sure if/how you resolved this, but I did the following: - used the AWS CLI to get/list and note the settings for the base path mapping, stage,...