Jason
Jason
Came here to suggest this too. It'd make it easy to bookmark the link and then to stick with a consistent style.
> I'm low-key not much of a fan of that because this page's users should look for things that are relevant to their specific use case. Providing an aggregate discourages...
> It's seems better/safer for SvelteKit to provide it, given that it is in charge of the logic (what's considered a "route" +100 especially with the addition of [reroute](https://kit.svelte.dev/docs/hooks#universal-hooks-reroute), `import.meta.glob`...
> But I don't think it need to be serverless. MongoDB, Postgres etc would be fine. @julianbrennum The repo suggests Vercel or Docker for hosting currently. While you're correct for...
\+ within code comments too
I created a PR to add Bun support at https://github.com/NativeScript/nativescript-cli/pull/5791
I see it within the head of my app.html and between elements on my main +layout.svelte. All my routes are prerendered, if that helps. (I haven't inspected any body html...
From the post: > I think it's a confusing relic from a time past, and I don't think tools like Prettier should be pushing it. ... I respect Prettier's "our...
@gtm-nayan I'm prerendering, not using SSR. That might be the difference there. This is Prettier related and Prettier wouldn't run on SSR-generated HTML. The code repro is to use any...
@gtm-nayan No, I'm not. This is about the prettier config, not the output, so you can see what we're talking about in the editor. On Stackblitz, you can repro with:...