Mitchell de Rijcke
Mitchell de Rijcke
I noticed that in one case koa-session tries to use cookies when you specified an externalKey: when destroying the session. This simple fix should mitigate that by respecting the externalKey...
I'm leaving this here as a WIP. Maybe it's good enough. I don't know. I do know I need to take a break because ImGui is breaking my brain. Current...
I'd like to determine where to upload something to based on PostGraphile smart tags. I believe this is not possible currently. This PR will make that possible. There's arguably a...
This parameter is required for applications such as Cal.com to not trigger built-in calendar attendee invite emails. Relevant: https://github.com/calcom/cal.com/pull/21095 For Cal.com I created a patch for `v2.37.0`: https://github.com/rijx/ics2/commit/a2d1320219007524a14fa6c9af7aaa6f32ba0dea It would...
## What does this PR do? When an event is scheduled it is inserted into the organizer's calendar. By default most calendars using calDAV will then send their own e-mail...
Hi there, First of all: I'm enjoying using this package, thanks for that! TypeScript is complaining at me because I'm using this line (ES Modules): ```ts loadUtils: () => import("intl-tel-input/utils"),...