Skip to main content

Activity for gos.si

Active on:

Loading activity...

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)

Bluesky network6mo ago

Great talk from @ntim.me about CSS form styling. This sounds super exciting and I already want to use it! www.youtube.com/watch?v=WgSi...

Form control styling - Tim Nguyen - CSS Day 2025
Bluesky network7mo ago

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.

Bluesky network7mo ago

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`
Bluesky network7mo ago

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 🧠

Bluesky network8mo ago

Releasing Theemo v1.0 the end-to-end design token workflow tool: ✨ Generates Modern CSS: @property, light-dark() and color functions ✨ Integrations with @vite.dev, @emberjs.com, @svelte.dev and @vuejs.org ➡️ theemo.io Release posts (!) in the thread.

Design Tokens in Figma
Bluesky network10mo ago

I'm trying to coordinate pnpm catalogs with automated releases (release-plan) and automated dependency updates (renovate): github.com/embroider-bu... I've found more use cases to what Anthony lists in his blog post: antfu.me/posts/catego... Maybe @antfu.me you wanna jump into the discussion?

Coordinate PNPM Catalogs + Renovate + Release Plan · Issue #172 · embroider-build/release-plan
Bluesky network11mo ago

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
Bluesky network1y ago

I gave an internal talk yesterday how to use functions in #emberjs accessing Embers DI system following the cqs-pattern - slides are public. More details, background info and practical hands on for my Emberfest talk. How to use them today, tomorrow and tomorrow but today. ➡️ ember-cqs.netlify.app

Bluesky network1y ago

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.
Bluesky network1y ago

#emberjs has released version 6.0 🎉 Nothing new, yet landed so many features. Read more about ember's fantastic release strategy: blog.emberjs.com/ember-6-0-re...

Ember 6.0 Released
Bluesky network1y ago

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
Bluesky network1y ago