Michael Brook

Results 3 issues of Michael Brook

This has been a long-standing issue that I've seen numerous people bring up, but I may have found the cause. Here is the problem: ```js const request = { query:...

🐞 bug
⚛️ React-related
🔍 investigate
🏓 awaiting-team-response

I'm trying to get access to the aws client, but a console.log of S3 (after setting config) shows this: ``` { config: { key: AWS_KEY, secret: AWS_SECRET, bucket: AWS_BUCKET, denyDelete:...

_.omit expects key names to exclude, but objects were being passed instead, causing clearTemp() to over-delete and clear both persistent and auth sessions too. This fixes that and produces the...