Simon Hopstätter

Results 38 comments of Simon Hopstätter

Any news on this?

I wasn't aware of MDX but it looks very cool and seems to lose some of the caveats rehype-react brings with it. I read in their issue tracker that there...

I'm finally getting somewhere and the dynamic components are rendering. I added one to the showcase page. There are several issues though like: - image missing from post details page...

I was able to fix the PrismJS problem by changing the order in the config like you suggested but I don't know how to fix the video issue. I read...

+1 We are facing the same issues.

I have another real-word use case: A modal with settings. Inside of this modal, the user can click a "record key/macro" button. If triggered, an area inside of my modal...

+1 from me. I'm having the same issue and think this should just work because it's the recommended way to handle ENV VARS in SvelteKit. In Vercel, this just works,...

@ascorbic Not 100% sure regarding the terminology. They have serverless functions and edge functions and access to `$env/dynamic/private` and `$env/dynamic/public` definitely "just works" in both when using adapter-vercel as long...

@ascorbic Yes, basic endpoints / RequestHandlers in +server.ts. If you leave them at defaults, they run as serverless functions. If you add a config param, they run as edge functions....