Thomas Steiner (@tomayac)

Now at @tomayac@toot.cafe

The below is an off-site archive of all tweets posted by @tomayac ever

June 10th, 2022

RT @Una: What an amazing talk by @argyleink at #cssday!!! 🤯

I totally failed on sketch-noting this one because there was just so much to c…

via Echofon

@Paul_Kinlan This is definitely unexpected. benjaminwagner@ has been very helpful when I struggled with my demo. Maybe ping him?

via Twitter for iPhone in reply to Paul_Kinlan

@Paul_Kinlan @anssik Hmm, in my case (main thread) it works before enqueuing (after all data relevant has been read):

“`js
const newFrame = highlightBarcodes(videoFrame, barcodes);
videoFrame.close();
controller.enqueue(newFrame);
“`

https://t.co/92Mi

via Twitter Web App

@Paul_Kinlan @anssik Yeah, I think I stumbled over this, too, when I wrote https://t.co/rUuVwZN0eW, but it got clearer when I understood what it does: https://t.co/miSilgDbeC. In contrast, when a frame is written to `writable`, the frame’s `close()` metho

via Echofon