Matthew Phillips

Results 617 comments of Matthew Phillips

Thanks! This is a legit bug I think. I can take a look as I'm currently in the middle of working on build stuff.

Ok, I've had some time to think about this and I don't think it's a bug, but it is definitely an interesting discussion. As you said, I could see people...

We are tracking a fix for this in this RFC: #310, so closing this one.

Keeping for now

Thanks! Going to clarify today our contribution policy, then will try to get this in.

All is good, thanks for this!

Going to update this to use `import.meta.env.astro` instead of `static` for right now.

Thanks @bluwy! We do want to continue to pin vite versions for a little while, so no `^`. Also needs a changeset.

This is a tough one. I'm going to focus on the first case, but I think they are all probably the same underlying issue. The first case is: ```astro ```...

Ok, so the underlying issue is that each `renderToString` creates a new non-shared context. You can pass a `renderId` to renderToString which is used to generate the `data-hk`. I think...