Tyler Myracle
Tyler Myracle
I believe it'll be required for various webhook related things (Stripe,etc) as they typically require https. Shouldn't be a blocker until we start digging into those things. EDIT: what he...
since this monorepo already uses NX is there a benefit to adding turbo as another tool? i believe there's already some pre-commit checks around linting/formatting, is it possible to achieve...
Got it, fix incoming.
Here's my proposed solution: - Move location question before birthday so we know what country the user is in (rather than trying to guess via IP or something) - Add...
> @tmyracle Wouldn't a simpler solution be to use the standardized date format of ISO8601, YYYY-MM-DD? This skips having to take every locale date format into account. If needed, you...
> I also want to highlight this point, since I haven't seen it mentioned here. > > > Additionally, the birthdate question in the on-boarding form should not let you...
This is resolved now with #127 👍, can close @Shpigford
Yep I'd imagine so, I'd like to see if we can get info about privileges based on API key and adjust data requests accordingly. Will dig into later this afternoon.
Closed by #213
There's also an email that's sent on a scheduled job for trial upgrade reminders in email.processor.ts, we can noop that in main.ts in the workers folder if no api key.