Michael Petito

Results 4 comments of Michael Petito

> When I log some info I want it in my log files and in my hangfire console. This is absolutely correct and I'm sure a very common use-case. _Geez,...

> it could be a record of the keyset as an alternative, which would allow a frontend to send the keyset values instead of an id, which would remove the...

Given file-loader is deprecated for webpack 5, and if you only ever consume the react component, you can also provide the option `exportType: 'named'` to the svgr loader. This is...

It appears to me that one underlying issue is [here](https://github.com/aws-amplify/amplify-backend/blob/435c79b1e7ed42e327e80c6aba4cb7dd2a58a45a/packages/backend-auth/src/lambda/reference_auth_initializer.ts#L466C1-L466C78), where the custom resource that pulls in the domain information incorrectly handles custom domains. ```ts // domain const oauthDomain =...