Mateusz Burzyński (@andaristrake) 's Twitter Profile
Mateusz Burzyński

@andaristrake

programmer but also a little bit of code-poet wannabe, maintaining XState, Emotion, redux-saga & more, OSS enthusiast

ID: 2587563212

linkhttps://github.com/sponsors/Andarist calendar_today25-06-2014 13:50:31

13,13K Tweet

7,7K Followers

390 Following

Filip Sobol @ 🦋 (@filipsobol) 's Twitter Profile Photo

“What makes Sonda accurate?” This was the very first question I was asked when I announced Sonda. I decided to explain it in a blog post (the first one I have written in a long time). sonda.dev/blog/what-make…

Mateusz Burzyński (@andaristrake) 's Twitter Profile Photo

Inspired by Dominik 🔮, I opened a PR with a codefix proposal to add "missing" awaits into return statements in async function enclosed by try statements github.com/microsoft/Type…

Mateusz Burzyński (@andaristrake) 's Twitter Profile Photo

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/zod David Blass Michael Arnaldi github.com/microsoft/Type…

Replay (@replayio) 's Twitter Profile Photo

We're launching nut.new today to make AIs good at debugging and no-code development tools like bolt v0 Lovable Replit ⠕ better and easier to use. blog.replay.io/launching-nut.… veed.io/view/3663814d-…

Mateusz Burzyński (@andaristrake) 's Twitter Profile Photo

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

Mateusz Burzyński (@andaristrake) 's Twitter Profile Photo

Once again I reminded myself how awesome Replay and time-travel debugging is. True game changer - I'd be hunting this bug for hooours without it.

Mateusz Burzyński (@andaristrake) 's Twitter Profile Photo

I have one bad habit I don't like: I'm trying to fix every issue I find in my node_modules I have one good thing to say about myself: I'm trying to fix every issue I find in my node_modules

Mateusz Burzyński (@andaristrake) 's Twitter Profile Photo

Weird trivia learned while looking through v8's source: function fn(a) { console.log(a) } fn.toString() // 'function fn(a) { console.log(a) }' const bound = fn.bind(null) bound.toString() // 'function () { [native code] }'

Mateusz Burzyński (@andaristrake) 's Twitter Profile Photo

Jake ported my perf-oriented PR to TS-Go and it helps quite a bit (%-wise) there too! This is nice github.com/microsoft/type…