Tyler Myracle

Results 60 comments of Tyler Myracle

Is there anything on your system that might be preventing the loading of external scripts? That library for password strength estimation is being loaded in a nextjs tag for now

what's your teller environment set to?

Follow up PR on this will add nodemailer to support SMTP to close out #137

![CleanShot 2024-01-22 at 09 43 24](https://github.com/maybe-finance/maybe/assets/1218724/cb9a425f-9f5a-4370-9fc9-6b0e0f9c7f20)

This looks like some sort of weird babel error 🤔 it looks like whatever's compiling things has stripped out the parentheses from that return statement (definitely there in the code)?...

Oh jeez yeah you're right. My guess would be #170 since it added a babel config @simonbukin did you verify everything works with cold start? I don't think https://github.com/maybe-finance/maybe/commit/e5659ed93e249357576b11413d704d37dc8d365c would...

Ok I think I figured it out. it looks like that .babelrc.json added in #170 is doing some funky stuff with compiling

Fix is in main, pull latest and let me know if there are any more issues.

@simonbukin no worries! thanks for making progress on that, looking forward to helping build out storybook more once the babel voodoo magic is sorted out 😄

The more I've thought about this I don't feel great about creating users in the seeds file. I didn't like the pattern when I used it for testing and I...