Chris Woolum

Results 8 comments of Chris Woolum

Hey @ryanluker, All of the files are on the client machine. The extension is able to resolve them and I can log the content of them but for some reason...

@ScriptedAlchemy , the three demo sites above seem to be broken.

![image](https://user-images.githubusercontent.com/942415/197687050-6b7fef64-eb88-4f02-a9d5-fc94b1161352.png) I'm getting an error that many of the fields on `esp_bt_controller_config_t` don't exist. EDIT: @pyaillet 's branch worked for me

Is there anything you are waiting on to do this or any sort of timeline? I would be interested in contributing

Setting the following in my `tsconfig.json` fixed it for me. ``` js { "target": "es2018", "lib": ["DOM"] }, ```

I'm running into this same issue. Were you able to come up with a solution?

I think my intent here would be to know at the server side that a user is authenticated or not and not leak sensitive information to the client. Even wrapping...

That seems to be broken currently as well although is probably the correct approach. https://github.com/aws-amplify/amplify-js/issues/10818#issuecomment-1507900794