@anytimeonlinegr Έχω υποβάλει αναγγελία ζημιάς, όμως στην εφαρμογή δεν υπήρχε δυνατότητα επισύναψης βίντεο. Υπάρχει κάποιος τρόπος να ανεβάσω το σχετικό αρχείο, ώστε το υλικό από τη dashcam να είναι διαθέσιμο στον υπεύθυνο που θα αναλάβει την υπόθεση;
@TejasKumar_@flybayer@PodRocketpod@Flightcontrolhq@huozhi@balazsorban44 We're also contributing to React to improve hydration mismatch errors tremendously, Sebastian has worked on adding hydration diffs to React itself, which benefits all frameworks building on top of React: https://t.co/3czGWANhCu
@kossnocorp It's not that IMO, never is a bottom type and is assignable to all types, so TS is fine with it.
You can read the PR that introduced never https://t.co/NolDOW0MIc
@nickemccurdy@mattpocockuk@getsentry The caveat is that it's unlikely that document is up to date so there may be significant changes that are not documented.
@nickemccurdy@mattpocockuk@getsentry https://t.co/t0FNht8mCe
> Interfaces create a single flat object type that detects property conflicts [..] Intersections on the other hand just recursively merge properties,
> Type relationships between interfaces are also cached, as opposed to intersection types as a whole
@meijer_s Not that common, but there are still few people wearing them.
I wear one in the supermarket, mass transportation (metro) and generally in enclosed spaces when it's not a hindrance to do so.
@drjenwolkin Was it prescribed for narcolepsy/sleepiness? For me the stimulant (concerta) I ve been prescribed for ADHD is enough to deal with sleepiness but I guess in different cases it might not be enough ( or they might not be on one ).
Am not a doc though, just sharing my experience.
@phry@sophiebits@seldo@RyanCarniato@FredKSchott You can still use it as a node server and run it anywhere node.js is supported.
Obviously serving a bunch of static assets is simpler, I think that's also possible but I haven't been keeping up with the changes.
@hd_nvim@mattpocockuk@kdy1dev It'd take more than a year for that team to understand how tsc works since there is no specification, unless that team included TS core members.
@TkDodo @dan_abramov @ryanflorence Can I see if you have a repro?
From what I can tell based on the error message the server contained <li> elements but the initial client render didn't (just a guess). Agreed that it is confusing tho.