Matthew Phillips
Matthew Phillips
This sounds great, thanks a lot!
From an API perspective, if I was creating a persistence package, I would want the ability to persist on each change to the database. It might be nice if a...
@micheleriva Happy to. I'm interested in creating an indexeddb package so this would (hopefully) be part of the lyra db API and not just specific to disk persistence.
My point is that how do we know the user wants to server render the component. Custom elements are often used for enhancement purposes where server rendering isn't necessary, for...
I'm curious how people are feeling about this now that we've had some time to launch Astro. Should we bring a Lit renderer into the monorepo? Into core? I think...
@FredKSchott Thanks, I think you're saying you're against (3) which I am as well. Which leaves either (1), (2), or another option that hasn't been brought up yet. What do...
I think we should grant access to the `querystring`. Why wouldn't we?
For a dynamic site potentially every page is dynamic. Every logged in page might display the user's name or avatar. Even the ToC and Privacy Policy pages. Also consider that...
Ah ok, I didn't realize this was a short term request. I'm fairly certain we're not currently adding any dynamic url or header information to the request object.
@natemoo-re mind taking a look?