Chris Swithinbank

Results 478 comments of Chris Swithinbank

Ah good point! Would you like to open a PR adding an MIT license to this repo?

Interesting. A bit similar to the request in #13. I wonder how feasible this is. Currently this plug-in is pretty dumb: it doesn't do any resolution or anything, just maps...

Interesting! Does that support MDX do you know? We need to inject import nodes into the MDX syntax tree. But even if they don't, their scanning behaviour could maybe be...

Btw, just a thought for anyone coming across this thread, I think you can probably get a decent way towards this manually: ```js import { defineConfig } from 'astro/config'; import...

Transferred this across from https://github.com/delucis/astro-embed as this functionality, if ever implemented, would likely need to be implemented here in `astro-auto-import`. I haven’t looked into if this is possible reliably. Perhaps...

I personally enjoy seeing them amongst the human contributors and with their own particular contribution profiles. It's true that in this one case they revealed an achievement earlier but I...

Interesting idea! Might be possible I think. What do you think the API could look like? I guess we’d need a way to know what HTML elements an auto-imported component...

> So I was curious if you're aware of any movement on the proposal from @jonsage above, or have any sage advice on how I might approach this. Thanks in...

Thanks for the idea Voxel! I don’t think I’d be opposed to this if someone wants to attempt a PR. The data is there already, currently in a screenreader-only text...

Makes sense! Pretty sure we could update the URL parsing to do that.