Norbiros

@norbiros.dev

My email inbox is constantly flooded with emails about new AI features and random sales pitches. It is genuinely refreshing to get one from "Piotr from Blacksmith" saying my GitHub Actions are getting faster for free - and I don’t need to do anything.

Screenshot of an email from Blacksmith announcing free container caching for all organizations. The feature keeps container images warm across workflow runs, reducing repeated downloads and speeding up jobs. Rollout begins Monday, August 10, and will take 3–4 weeks. No action is required.

I’ve just migrated the documentation for `nuxt-open-fetch` and `@norbiros/nuxt-auto-form` to Docus. It means I now get some great features out of the box, less boilerplate and easier-to-maintain documentation. annd I may also contribute a few improvements back to docus!

Did you know that GitHub Actions now supports the `parallel` keyword? I was waiting for something like this for sooo long! And I only found out about it thanks to PRs opened by @luc122c.bsky.social for Nuxt, Nitro, and other big projects in the ecosystem.

I’ve published my first Vue RFC, proposing a parser-agnostic AST contract for Vue. The goal is to make it possible to replace `@babel/parser` with parsers such as Oxc or Yuku in the future 👀 If you have any feedback, it would be greatly appreciated! github.com/vuejs/rfcs/d...

[RFC]: (TS)-ESTree-compatible AST for compiler APIs · vuejs rfcs · Discussion #835

Start Date: 2026-07-20 Target Major Version: 4.x Reference Issues: N/A Implementation PR: NoteI am not a member of the Vue team, nor am I an expert in Vue's compiler, ESTree, or the parser implemen...

github.com

I wonder whether ESLint/Oxlint should show rule documentation links to agents that invoke them (fe. a website/markdown). It would help agents understand complex rules better, but it also creates a real prompt-injection risk.