Thomas Steiner (@tomayac)

Now at @tomayac@toot.cafe

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

November 25th, 2021

@webmaxru @ChromiumDev @tunetheweb @drenzulli @andreban @rick_viscomi Looking at the overall picture, it doesn’t seem that unique of a drop: https://t.co/uign4L68mD.

via Echofon

RT @DasSurma: I have been working on a CSS Container Query polyfill for all major browers.

It aims to cover the majority of CQ use-cases r…

via Echofon

@hashseed I’m carefully optimistic, too. It’s definitely the elections I cared the most about, and I see promising signs of hope for this country to make the necessary changes. 🌱

via Echofon

🧒‍🎨 The @HeyDesigner newsletter featured SVGcode in their daily edition 329: https://t.co/5DNZVRNr4Q. Happy the app is interesting to a design audience! 😃 https://t.co/YxYpPNKFTc

via Twitter Web App

@equinusocio @rauschma Yes, in this particular case the custom element always fires the event that triggers the function.

via Twitter Web App in reply to equinusocio

@rauschma This demo https://t.co/qKiV3054WV swaps the favicon (`link[rel=”icon”]`), but the logic for swapping the manifest (`link[rel=”manifest”]`) would be exactly the same.

via Twitter Web App

@ChromiumDev Yes, SVG icons are in some cases a way around that (see quoted tweet ⤵️ and https://t.co/FruUqccVK2), but this doesn’t work for `”theme_color”` and `”background_color”`. https://t.co/w6W2rt2HZ6

via Twitter Web App

PWAs can soon specify light ☀️ and dark 🌒 mode colors in the Web App Manifest:

“`json
{
“theme_color”: “red”,
“icons”: […],
“user_preferences”: {
“color_scheme_dark”: {
“theme_color”: “blue”,
“icons”: […]
}
}
}
crbug.com/1271804

via Twitter Web App

@patrickbrosset Super useful, thanks for building this! (Note that you need to migrate to manifest v3 in the future.)

via Twitter Web App in reply to patrickbrosset

@Kankaristo I’ll pass this feedback on. Thank you for reporting this!

via Echofon in reply to Kankaristo

@cramforce @JohnMu I was aware (though rarely use it myself), but John’s is the best use case for this feature I have ever seen. 🤯

via Echofon

RT @patrickbrosset: New blog post 🔃!

I created a small browser extension that lets you grab colors from 🌟 anywhere on your screen 🌟 (not j…

via Echofon

@Vjeux @steveruizok So did GitHub for issue texts for example.

via Echofon

RT @phoboslab: Lossless Image Compression in O(n) Time — introducing QOI, the Quite OK Image Format. 300 lines of C, single header library:…

via Echofon