Zach Hammer

Results 29 comments of Zach Hammer

Yep that’d be nice. We have our own golang cli that uses the godog package directly so wouldn’t immediately need the cli option, but I do like the idea of...

Created a thread on forums.aws.amazon.com: https://forums.aws.amazon.com/thread.jspa?threadID=275334.

@johnsgp thanks for raising this issue. just ran into the same thing. @kay-is your solution worked for me! @sbarski wrote an amazing book, but all the technologies used are changing...

Anyone having an issue getting ```idToken``` in the callback from ```auth0Lock.on```? My ```idToken``` in the ```authResult``` callback object is always set to ```null```. ```json { "accessToken": "M__x7H6VNlkeq2MPcynmgBPHG6QL6IrB", "appState": null, "expiresIn":...

Perhaps this is the issue -- that audience is set to an endpoint rather than a custom API? https://auth0.com/docs/tokens/access-token#access-token-format Though it does seem odd given the Auth0 doc warning: ```Remember...

Here's my solution. You need to specify responseType to be id_token AND token. (This may be what @kay-is wrote in a previous post, but still was a bit confused.) ```javascript...

Thank you! > On Apr 8, 2022, at 2:02 PM, Jen Kelly ***@***.***> wrote: > > > Hi Zach! Thanks for the ask. We've had a few similar ones for...

@jenjamall currently /april2022newsletter is 404'ing for me. we are planning to publish our own internal update on backstage progress and would like to link out to the latest edition of...

update: `ddtrace.tracer.configure(collect_metrics=False)` stops exception from being raised on shutdown. definitely seems to be isolated to `RuntimeWorker`