Did you check out the Examples ?
OP: "typescript is easy and rust is ugly"
Typescript :
export type PayloadActionCreator<
P = void,
T extends string = string,
PA extends PrepareAction<P> | void = void
> = IfPrepareActionMethodProvided<
PA,
_ActionCreatorWithPreparedPayload<PA, T>,
// else
IsAny<
P,
ActionCreatorWithPayload<any, T>,
IsUnknownOrNonInferrable<
P,
ActionCreatorWithNonInferrablePayload<T>,
// else
IfVoid<
P,
ActionCreatorWithoutPayload<T>,
// else
IfMaybeUndefined<
P,
ActionCreatorWithOptionalPayload<P, T>,
// else
ActionCreatorWithPayload<P, T>
>
>
>
>
>
Imagine not having a backup of your files 😳
My phone has exactly this (oneplus 9 pro) but it works only when there is a full moon and the next Friday is the thirteen's day of the month, plus some other unknown requirements
I doubt this is directed at ifixit. I agree with their general comment, but at the same time device manufacturers have no incentive to make their devices last longer unless they are forced to.
Can confirm. The only deterrent is the potential for an random bag check by an employee but that never happened to me in years of using self checkout. Some shops have a worker over watching a dozen of stations to help out or just identify suspicious behavior but it's very unintrusive.
It's got electrolytes!
Risky click of day : ✅
Signed and shared on Mastodon
The Proton offering is a great alternative imo
Go has its fair share of design problems and is not as memory efficient due to its garbage collector. Also it will probably always be linked to Google in some way.
I was curious so I tried to register with a Proton Pass liss which is @passmail.net and they also refuse those. I think they are afraid of services which allow to easily create multiple aliases, because people could create multiple accounts very easily (scammers maybe)? It's a dumb rationale because it's not much harder to create many Gmail accounts but that's the only reason I can think of.