Thomas Steiner
Thomas Steiner
This could be a good follow-up PR to https://github.com/elk-zone/elk/pull/3314.
I don't really have the bandwidth to work on this right now, but what might help you get started is a sample URL for media stats like `https://wikimedia.org/api/rest_v1/metrics/mediarequests/per-file/all-referers/user/%2Fwikipedia%2Fen%2Ff%2Ff6%2FBerlin.jpeg/daily/2025021700/2025030900`, which you...
Did you let the domain lapse? https://stedit.app/ doesn't resolve anymore. I'd love to continue [featuring the app on the Project Fugu API Showcase](https://developer.chrome.com/docs/capabilities/fugu-showcase?text=smart%20text%20editor).
Obsolete by now.
I have a strange issue where locally on my MacBook Pro (M1), it builds my blog in ~9s, but on my VPS, it starts fast, but then slows down to...
Server: ``` Eleventy Total passthrough copy aggregate size: '60.97 MB' +9m [11ty] Copied 374 Wrote 573 files in 565.47 seconds (986.9ms each, v3.0.0) Eleventy Finished. +28ms Eleventy Eleventy Have a...
Thanks, @zachleat! In case anyone can make sense of this, I've recorded a video that compares a local build (`00:00` – `00:10`) on my M1 MacBook Pro with a server...
> @tomayac I’d start by futzing with the Image plugin concurrency—it defaults to 20 now but it seems like you might want to decrease it. https://www.11ty.dev/docs/plugins/image/#change-global-plugin-concurrency Sorry if this is...
> @tomayac It’s a global prop on the default export. If you `DEBUG=Eleventy:Image` (https://www.11ty.dev/docs/debugging/) it will show you the concurrency value and the state of the queue. > > ```js...
I've opened PR https://github.com/bluesky-social/social-app/pull/9070 that implements built-in translation as a progressive enhancements on browsers that ship the [Translator API](https://developer.chrome.com/docs/ai/translator-api) (currently Chrome 138 and later). On non-supporting browsers, it falls back...