eirikk.bsky.social
web dev & music
my band: @payphones.band
https://bento.me/esk
58 posts
88 followers
139 following
Prolific Poster
Active Commenter
comment in response to
post
Here's a slightly outdated video demonstrating the new keyboard navigation and search:
comment in response to
post
Here's a slightly outdated video demonstrating the new keyboard navigation and search:
comment in response to
post
I don't understand please explain
comment in response to
post
Playground: svelte.dev/playground/c...
Docs: inspect.eirik.space/reference/pa...
comment in response to
post
comment in response to
post
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 🤓
comment in response to
post
snakes and clowns
comment in response to
post
Release notes: github.com/ampled/svelt...
comment in response to
post
Very neat! I didn't consider spreading function params. This might become part of a very niche feature of Svelte Inspect Value ⭐️ will experiment further with this method
comment in response to
post
No problem! Kinda:
svelte.dev/playground/2...
comment in response to
post
Seems wrapper functions aren't future proof:
github.com/sveltejs/sve...
comment in response to
post
I really grieve how mobile gaming turned out. My suspicion is that designing games like this is way more profitable than just straight up selling your game at a fixed price, to such a degree that games are built around monetization mechanics and taking them out leaves them kind of "uncanny."
comment in response to
post
It also has a tip on the loading screen that mentions watching ads to double mission rewards. Being an Apple Arcade game there are of course no ads anywhere.
It's really weird. These are fun games but would obviously be a better product if they weren't designed around ads and micro-transactions.
comment in response to
post
I don't know if I should continue down this road, but the result is neat: an Inspect component that takes any arbitrary prop and displays each value as named root nodes. Being able to do <Inspect {anything} /> is neat!
I found this technique used in this older library: github.com/trbrc/svelte...
comment in response to
post
Nice! Good luck migrating ⭐️
comment in response to
post
playground: svelte.dev/playground/9...
comment in response to
post
i also changed the default colors to an original theme. sorry if this is annoying. the previous default theme is still available by setting theme="drak" on Inspect.
comment in response to
post
not sure this would work without runes 🤯 it's somewhat magic to me tbh
not sure what happens when i add state belonging to eventually unmounted components. in chromium browsers they seem fine (but obviously lose reactivity) while in firefox it kinda broke. weird way to test garbage collection.
comment in response to
post
Cool! Are you disabling features using props or global options? There could be a bug with global options causing the styles issue. Would love to see a reproduction if you have time
PS: Svelte UX is super cool ⭐️ the tilt / goo / shine-stuff blew my mind when I first saw it a year or so back
comment in response to
post
Oof, yeah the docs (and library itself) isn't very mobile friendly as it's meant to be a devtool. If you have ideas or suggestions feel free to raise an issue or open a pull request in the repository ⭐️ for now I'll gladly put "mobile friendly global options" on the todo list