Who thought that having a gigantic “stop” button (as big as and so annoyingly close to the “snooze” one) in your new iOS 26 release, as opposed to the tiny, far-away one of iOS 18, was a great idea?
Yours truly,
Pier “woke up one hour late” Fumagalli
Who thought that having a gigantic “stop” button (as big as and so annoyingly close to the “snooze” one) in your new iOS 26 release, as opposed to the tiny, far-away one of iOS 18, was a great idea?
Yours truly,
Pier “woke up one hour late” Fumagalli
Leo is a big Mario fan, and it was the first time he had his hands on the original NES (he played emulated few times, but nothing beats the real deal)
They also had the original Donkey Kong game, where Mario appeared for the very first time!
Leo is a big Mario fan, and it was the first time he had his hands on the original NES (he played emulated few times, but nothing beats the real deal)
They also had the original Donkey Kong game, where Mario appeared for the very first time!
I have to admit, I got a bit emotional!
I have to admit, I got a bit emotional!
I gotta learn more about that “god” stuff, could come handy 😝
I gotta learn more about that “god” stuff, could come handy 😝
My parser is now typed as "Parser<Uint8Array<ArrayBufferLike>>" basically meaning that whoever uses it, must ALSO be on TypeScript 5.7.
Otherwise they'll get a nice "TS(2315): Type 'Uint8Array' is not generic."
My parser is now typed as "Parser<Uint8Array<ArrayBufferLike>>" basically meaning that whoever uses it, must ALSO be on TypeScript 5.7.
Otherwise they'll get a nice "TS(2315): Type 'Uint8Array' is not generic."
This week we hit the big cycle with @typescriptlang.org 5.7, and found a nasty little bug around the fact that typed arrays are now generic...
This week we hit the big cycle with @typescriptlang.org 5.7, and found a nasty little bug around the fact that typed arrays are now generic...
github.com/microsoft/Ty...
It's an easy:
tsc --generateTrace ./tsc-trace
npx '@typescript/analyze-trace' ./tsc-trace
And it works also with "vue-tsc" for @vuejs.org
@typescriptlang.org #performance #tsc #typescript
github.com/microsoft/Ty...
It's an easy:
tsc --generateTrace ./tsc-trace
npx '@typescript/analyze-trace' ./tsc-trace
And it works also with "vue-tsc" for @vuejs.org
@typescriptlang.org #performance #tsc #typescript