Chris Swithinbank

Results 223 comments of Chris Swithinbank

A documentation PR would be great! Even if some kind of automated passing ever comes to pass, I bet it could be a while — sounds like something that would...

Discussed this on our v1 triage call. Some ideas of where this _could_ go: maybe the troubleshooting page or a future “migration from other frameworks” page? Not quite sure what’s...

This is likely on hold as `Fragment` seems to be breaking in MDX currently: https://github.com/withastro/astro/issues/4130

Thanks @hippotastic — yeah, this was quick and dirty, sorry! I’ll take a look at that suggestion. I’m also wondering if there’s a nice way to generalise this. We sometimes...

Seems fair to close this for now — we can reopen if the feature PR gets merged.

Hey sorry, this issue got a little neglected. We’re not going to be able to prioritise this for a little while. If anyone does want to pick it up and...

Adding to this, you can also do this after importing MDX: ```astro --- import Content from '../content.mdx'; import Heading from '../Heading.astro'; --- ``` This is particularly useful in a dynamic...

Closing as withastro/astro#4530 has been merged 🥳

> I wondered if there is a way how to set the component overrides globally? @jtomek I think the closest we have at the moment is what I describe above...

Definitely worth at least a discussion in the RFCs repo!