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.
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 just tried a similar trick on an AI agent that offered to "organically promote" my GitHub repositories and I confirm this strategy is really fun.
I did _not_ expect that to work.
After nearly four years, @jetbrains.com IDEs finally support GitHub alert syntax. Could we get proper highlighting for diff code blocks next, please?
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
You can also celebrate the world emoji day in Minecraft 😳🦀🦉⛏️ modrinth.com/mod/emoji-type
Emoji Type - Minecraft Mod
Type Minecraft emojis and symbols with simple shortcodes.
modrinth.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.
My first ever blog post! It's about the tooling improvements coming for Nuxt developers - what's changing, when it lands, and who we have to thank (@voidzero.dev and @nuxtlabs.com are behind a lot of it). I would really appreciate any feedback. norbiros.dev/blog/nuxt-dx...