@Flipkart@flipkartsupport@flipkartsupport today same just now got a call and he asked for reschedule code and same daily this nonsense is happening?? @Flipkart why are you scamming me. You told you'll escalate????
Bought a cycle from Flipkart, installation was set for Saturday through Ekart Jeeva. It's Tuesday now. Four days. No one has come, no one picks up the support call, and they just keep silently pushing the date without telling me anything. Can't even raise a complaint on the app.
@flipkartsupport At this point it feels deliberate, stall the installation till my replacement window runs out, then I'm left with no option. @Flipkart@FlipkartSupport I need this escalated and resolved today, not another reschedule.
If loaders run again on the client and call a serverFunction returning a Renderable, doesn’t that reduce the point of Server Components compared to traditional SSR? One advantage I see is on demand renders. #tanstackstart
I have one question, loaders run on both server and client. So if a loader calls a serverFunction that returns a Renderable, doesn’t that mean the loader runs twice and the server component renders twice too? What’s the benefit of rendering twice here?
2 ways to get docs running:
– install the lib → build it your way
– or npx create-ariadocs-app → ready-made setup
no fluff, just pick how much control you want
`tabular-nums` should be the default for any number that updates ( timers, counters, prices, percentages, scores, live data etc ).
you can enable this tnum OpenType feature using the CSS property `font-variant-numeric`.
.tabular-nums {
font-variant-numeric: tabular-nums;
}