Niklas Grewe
Niklas Grewe
@richardtop any news about SwiftUI support?
@richardtop > More SwiftUI support is coming soon. cool, does that mean, that Calendarkit supports SwiftUI native in future, so i can build multiplatform apps (iOS, macOS) only with SwiftUI...
@richardtop any news on this topic? A week view would be awesome, especially for iPads. I think you probably don't have the time to implement this feature.... so could you...
@n19htz i have no issues, using an iPad with iOS 13.5.1 i have tested this demo: https://fl3nkey.github.io/scroll-lock/demos/index.html#ex-main
i also find that dynamic class assignments to the body element are really needed, especially in the sapper environment with SSR
@FractalHQ did you find any workaround? I also spent a lot of time to write similiar boilerplate…
@dijonmusters Hi, i tried the example from the branch `feat/add-remix-run` but i have trouble to use the `withAuthRequired` function. When i use it, i get the following application error: ```...
@rphlmr thank you for your quick help. Do you know when the auth helper for remix will be ready? I had already considered using `remix-auth` with the supabase strategy. However,...
@rphlmr great thank you, I did not know that. I also think the remix stacks are more suitable. Your stack I have already looked at, but admittedly, I do not...
@rphlmr thank you very much for the detailed info. However, could it be that `return json({ accessToken, user });` is not currently supported? When i try this: ```js // withAuthRequired.server.js...