What is this from?
What is this from?
There are some cases where any
must be used instead of unknown
but they usually involve generic constraints and seem more like a bug than intended behavior
Just curious, why extremely low latency? If it’s for playing music, you might want to look into things designed specifically for that. Something like Jamulus
No no, 10 base 512 lines of code
They can connect via USB so you can do things like perform a clean shutdown when it loses power
Someone’s trying to smash a stack
It makes sense if you just think of everything as a function.
JSX can exist without React; it’s essentially just an alternative syntax for function calls.
(That is, annoyingly, handicapped in the Typescript checker)
Chrome will show :D when you have over a hundred tabs. Firefox shows ∞
I know this from extensive experience
JABBERLOOP
Not really relaxing but good
There have been a couple attempts at platform agnostic playlist services… none of them seem to be up anymore.
That said, link it. I think people without accounts can at least see the list?
Finger. Exercise.
Ah yes. Drinking beers is a great way to… hide alcoholism.
I’m in the process of doing so now
Well yes. But that’s not why they’re trying to impeach him.
Personal example: I once asked on the linguistics subreddit why desceiptivist linguistics were preferred to prescriptivist and was downvoted to hell and back. The only replies were to call me a racist. I never got an answer, and I still don’t know. So voting is not the end-all be-all of forum mechanics.
I’mma have to call bullshit here, unless there just so happened to be a different person using the name quindraco on Reddit who asked this very question.
That sounds like bird photography is the problem. Bird watching is still pretty cheap. Just enjoy the experience of watching birds in the moment; you don’t have to capture it for later.
It’s millions of dollars
But generic type syntax is a feature exclusive to Typescript while
typeof
is a JavaScript thing. You’d never getPie[Pie[T]]
as a result from atypeof
check. (Please excuse the square brackets; seems like the markdown parser here isn’t quite right and it keeps messing up the angle brackets)Also, it’s
typeof foo
nottypeof(foo)
in js