Florian S.
Florian S.
Hi simov, thank you very much for your response, i looked at dynamic overwrites but did not understand the power of it before looking at the examples. I managed to...
Thank you so much, i got it working now. I did not correctly understood how `redirect_url` and `callback` is connected to each other. Now i know that endpoint of `redirect_url`...
I also just ran into this issue working with the google calendar API. This string output from dateutil.rrule is not accepted by the calendar api: `RRULE:FREQ=WEEKLY;UNTIL=20230201T093000;BYDAY=MO,TU,WE,TH,FR` Response: ``` json {...
you should be able to use a foreignKey as @dmitrysteblyuk suggested and set a custom name ```ts export const userEmailLongNameVeryMuchTable = pgTable( "user_email_long_name_very_much", (t) => ({ id: t.uuid().primaryKey().notNull().defaultRandom(), userId: t...