gossi

@gos.si

Unicyclist. Artist. Developer. gos.si ✨ Software Architect ✨ Design Tokens - theemo.io ✨ Design Systems - hokulea.netlify.app ✨ EmberJS Enthusiast

Are you as excited about the Ember Router rewrite as we are? If so, you should definitely watch Nick Schot's (nickschot.nl) talk, "Modernizing the Ember Router: How to swap the steering wheel while driving" 🚚 Still no tickets? Get them here: emberfest.eu

Bild

Hot off the press! 6.8 released with some big features 🎉 ⚡@vite.dev by default 🕚 Compatible with libraries from 8+ years ago* ✨ New APIs: renderComponent, additional reactive data structures 🤝 No more hbs by default (strict: true) Read more here: blog.emberjs.com/ember-releas...

Ember 6.8 Released

The Ember project is excited to announce the release of Ember v6.8. This is a standard minor release as part of the standard Ember Release Train process, but this release isn't...

blog.emberjs.com

Great idea and good place to expressing my wishes here - thanks @jakearchibald.com Also: Didn't know I wished for so much - all CSS and HTML for design systems (+ Temporal)

Bruce Lawson@brucel.bsky.social · 10mo ago

My good chum (and newly Mortal Enemy since he joined Firefox) Jank Architect (@jakearchibald.com) seeks your input on which web platform features Interop 2026 should focus on, at the exquisitely named interop.rank-jake-archibald site: interop-rank.jakearchibald.com

TIL (or maybe I did know once, forgot and relearned): You can use colspan="100%" on a <td> in HTML to span it across the entire table. Especially handy, if you don't know the amount of columns you deal with.

I made an agnostic headless form library: 🪘@hokulea/pahu ✨ HTML first. Use native form features through a pleasent API ✨ Validation & Revalidation ✨ Validators: Native, Custom, Standard Schema ✨ Nested & initial data ✨ Linked Fields ✨ Typescript support ➡️ github.com/hokulea/pahu

Syntax to create a form in `@hokulea/pahu`

Two funny facts about Headless things: 1. When people give you a headless something as components - instant redflag ⛳ 2. The headless thing is usually the head 🧠

I'm writing adapters for FE frameworks to my vanilla aria navigation library. #emberjs is my basis. #sveltejs is next and with an action. But their testing story is showing up as a blocker ever so often. So I joined a discussion to hope for similar testing in svelte: github.com/sveltejs/sve...

Inline Svelte components for tests · Issue #14791 · sveltejs/svelte

Describe the problem I'll start off by saying I don't know whether this would be a Svelte feature, or maybe part of a Vite plugin, or even if this should be in another library. When I'm writing com...

github.com

I don't tell you, I uninstalled wikiwand today. No reason given, but there were signs.

Screenshot from wikiwand. Almost no text from the article, page is full of ad placeholders.

Today my coworker and me figured, with `pnpm` there is no more need for `concurrently`, the former can do all:

Use these scripts: 
- `pnpm run '/^build:.*/'` to run all `build:*` tasks
- `pnpm run '/^lint:(?!.*(fix)).*$/'` to run all `lint:*` tasks except `lint:*:fix`
- `pnpm run '/^lint:[^:]*:fix/'` to run all `lint:*:fix` tasks