Kenton Vizdos
kv.codes
Kenton Vizdos
@kv.codes
Go & Lit (web components) Developer making cool things

Technical Blog @ https://go.kv.codes/blog
I agree. Taking a closer look at the video, a few things are interesting:
- it never finishes loading
- even once loaded, a cache is used. Clicking refresh does a hard pull. I modified my internal user filter as a demo.

Solution here is probably “let it load, then click reload if still persists”
July 8, 2025 at 4:22 AM
Oh Dear..

Why does Selection.getComposedRanges() have MULTIPLE signatures:
- Safari: Selection.getComposedRanges(shadowRoot)
- Chrome: Selection.getComposedRanges({ shadowRoots: [shadowRoot] })

But hey, now its working in Chrome, Safari (+ iOS), and Firefox!

#webcomponents #litjs #webdeveloper
June 27, 2025 at 2:27 AM
well just as I get it feeling good, iOS decides to update their entire design ecosystem 😐😐😐

#typescript #ios26
June 11, 2025 at 4:09 PM
Ahh yes a very fancy Step Progress bar. 🤠

#litjs #webcomponents #ui
April 14, 2025 at 11:53 PM
@zed.dev please fix this behavior it’s been killing me lately 💔

When I copy and paste a file, open the newly copied file PLEASE.. or at least don’t highlight it as being “open”
March 18, 2025 at 4:26 PM
Wooo high performance number tweening & percentage change badges.

This was done in LitJS as a “drop in” component. Stocks for demo & perf testing (not real prices ofc lol)!

#UIDesign #development #webdev
January 15, 2025 at 3:23 AM