eirik k
eirikk.bsky.social
eirik k
@eirikk.bsky.social
web dev & music

my band: @payphones.band
https://bento.me/esk
glep
October 30, 2025 at 3:59 PM
Here's how the copy-syntax looks in Svelte. Passing graph={true} uses copyGraph internally.
October 22, 2025 at 3:30 PM
Hacking away at a TypeScript rewrite / port of zzz.dog and I somehow got perspective working okay.

(This is also a #svelte 5 wrapper for the port with reactive inputs)

#zdog
October 22, 2025 at 2:25 PM
Svelte Inspect Value finally has built in persistence for Panel settings and state (disabled by default.) It can even sync between tabs if that's useful somehow.
August 19, 2025 at 9:50 PM
Trying to get AI to create spirals with zzz.dog but it gets worse the harder I try to clarify the API.
July 12, 2025 at 1:17 PM
Spent time learning about SVG filters today because GLASS

I don't think I want it to be a thing on the web (or my phone) but it looks so NEAT
June 11, 2025 at 8:11 PM
Here's a slightly outdated video demonstrating the new keyboard navigation and search:
June 4, 2025 at 8:44 PM
I've released a preview of Svelte Inspect Value 0.8.0 with search / filter / text highlighting and more!

Try it here while I spend a bit more time deciding if it's ready for a full release:

svelte.dev/playground/f...
June 4, 2025 at 8:40 PM
i am the pokeman!!!

good god i haven’t tried this hard in a videogame in forever and won’t attempt this again but now i know that with enough terrible time management and inability to focus, anyone can beat enough children in a trading card game app and claw their way to victory.

ps: snorlax owns
May 22, 2025 at 12:28 PM
Still working on search / filter.
Not sure which of these are better. Should it be configurable?

#svelte
May 8, 2025 at 8:08 AM
Working on search for Svelte Inspect Value. Probably not gonna be done for a while but it's looking okay but I want to make sure it's at least somewhat performant before releasing.

👀
🔍
April 30, 2025 at 6:38 PM
Of course there are some sweet cars IRL (I like old muscle cars.) I’m just talking about my appreciation for intricate illustrations of vehicles that would never exist but look cool 🤓
April 25, 2025 at 4:36 PM
Help me name this variation of Svelte Inspect Value:

- Inspect.Drawer
- Inspect.Fixed
- Inspect.Global
April 8, 2025 at 5:51 PM
I truly went out of my way to make the most dingus API for this release. I've been hacking away at this for some weeks and gave up like two or three times and then suddenly it all came together in its horrible beauty.

All because I refused to come up with a single reserved prop-name for config.
April 7, 2025 at 3:39 PM
Svelte Inspect Value 0.6.0 introduces another version of Inspect:
It's mostly the same component but instead of a single `value`-prop it will inspect any value passed to it via any prop!

- docs: inspect.eirik.space/getting-star...
- playground: svelte.dev/playground/8...
April 7, 2025 at 10:59 AM
I found a weird way to wrap Svelte components (e.g. HOCs?) and "smuggle" extra props using symbols resulting in a component that can receive props in two ways:

1) A configuration method returning a component with set default props
2) As usual: "attributes" in the Svelte template
March 20, 2025 at 2:16 PM
svelte-inspect-value v0.5.0 introduces support for stores and observables

playground: svelte.dev/playground/1...
March 17, 2025 at 2:30 PM
i post to my wordpress.com blog every ten years
March 14, 2025 at 10:18 AM
Work-in-Progress color picker with history that only adds new entries when the new color is perceptually different enough from the previous color (using ΔE-algorithm from colorjs.io)

Apparently bright greens are almost all the same!
March 7, 2025 at 10:59 PM
svelte-inspect-value@0.3.0 introduces extended theming configuration

github.com/ampled/svelt...
February 28, 2025 at 11:27 AM
svelte-inspect-value@0.2.0 has been released and comes with a new feature:

parsing valid JSON arrays and object-strings ( requested / suggested by @techniq.dev )

www.npmjs.com/package/svel...
February 24, 2025 at 3:41 PM
prototyping "global inspect instances" - the main idea was a fixed position value inspector that would be nice to plop in a +layout.svelte to inspect $page or some other changing store / global state. and then i tested adding values from normal instances and it works really well. am i cooking here??
February 18, 2025 at 2:41 PM
Svelte Inspect Value finally has a release I'm willing to announce. Check it out: www.npmjs.com/package/svel...

#svelte
February 17, 2025 at 2:27 PM
here's one where i met limitations of svelte runes and had to use mutationobserver

inspect html elements for some reason!

in this video i am manipulating the inspected div (top inspector) while also inspecting document.activeElement

is this useful? i don't know!
December 12, 2024 at 2:44 PM
another feature i'm not sure i'd use myself but it looks neat huh?

inspect promise state / result
December 12, 2024 at 1:53 PM