
Mateusz Burzyński
@AndaristRake
Followers
8K
Following
12K
Media
713
Statuses
13K
programmer but also a little bit of code-poet wannabe, maintaining XState, Emotion, redux-saga & more, OSS enthusiast
Wroclaw, Poland
Joined June 2014
Jake ported my perf-oriented PR to TS-Go and it helps quite a bit (%-wise) there too! This is nice.
github.com
This is an early port of microsoft/TypeScript#61505, because I like to go fast Calculating the key increases allocs by a bit (really wish we had the yet-to-exist Go custom map implementation), but ...
0
3
66
A small improvement to React 19 hoistable styles just landed (by yours truly 😉).
github.com
fixes #32449 This is my first time touching this code. There are multiple systems in place here and I wouldn't be surprised to learn that this has to be handled in some other areas too. I h...
0
2
50
Once again I reminded myself how awesome @replayio and time-travel debugging is. True game changer - I'd be hunting this bug for hooours without it.
1
1
24
I couldn't believe this thing when I first heard about it and I'm truly amazed that Dimitri had so much stubbornness in him that he stuck with it and made it happen.
1
1
42
RT @replayio: We're launching today to make AIs good at debugging and no-code development tools like @boltnewapp @v….
0
13
0
I had it lying on my machine since August, it's time to tie 2024's loose ends 😅 so I finally got myself to push it out and open a PR. cc @colinhacks @ssalbdivad @MichaelArnaldi .
github.com
closes #47613
4
3
61
Inspired by @TkDodo, I opened a PR with a codefix proposal to add "missing" awaits into return statements in async function enclosed by try statements.
github.com
Given that async functions flatten returned promises it's a fairly easy mistake to make to assume that try/catch/finally enclosing a returned promise can handle that as if return await p wo...
1
1
79