Yeah I see what you mean. At that point it would be identical to having AI auto-generate PRs from issues and that's not what we want. AI-assisted PRs where the author understand the generated code's inner workings would surely be acceptable? But I guess at that point it's not vibe coding anymore.
10.11.2025 14:03 β π 0 π 0 π¬ 0 π 0
Are they really all bad? Is there a chance some of these are from junior developers using AI that could be onboarded to OSS with some guidance? I think it has potential to bring in a lot more contributors, but I realize a lot of projects are too complex for an LLM to figure out.
10.11.2025 10:33 β π 0 π 0 π¬ 2 π 0
Out of curiosity, what was the benefit of doing so? From what I read it only impacts auto-caching for pnpm/yarn?
21.10.2025 11:57 β π 2 π 0 π¬ 1 π 0
So it's a PiP view for errors, populating it with HTML returned by Youch when hitting the Nuxt/Vue error boundary, with the output "window" in a <DevOnly> floating component that only pops up when something is caught? :D I'm probably way off, but I'd be interested in seeing how you did it!
29.09.2025 18:35 β π 0 π 0 π¬ 0 π 0
It has hallucinated composables that donβt exist and tries to destructure non-existent properties or functions from useNuxtApp. Next time it happens Iβll make a note of it.
Are you wondering if itβs an indication of missing features when the LLM desperately wants something to be real?
17.09.2025 13:03 β π 2 π 0 π¬ 2 π 0
Perfect!
13.09.2025 16:36 β π 1 π 0 π¬ 0 π 0
Great π Pagination is a big one so I think Iβll wait for that implementation before fully trying it out, but Iβll be playing around with it on my hobby projects right away. Thanks for your hard work!
13.09.2025 10:58 β π 1 π 0 π¬ 1 π 0
Awesome! Before I bring this to my bossβ attention, what does the path to 1.0 look like? I know version numbers arenβt that important in the grand scheme of things, but it matters for management π
13.09.2025 08:45 β π 1 π 0 π¬ 1 π 0
Only in a perfect world unfortunately. Mind you Iβm not defending anything, just pointing out that we shouldnβt shift the blame to the new hot scapegoat too quickly!
29.08.2025 13:14 β π 0 π 0 π¬ 1 π 0
To be fair, humans are much better at all of those things, such as driving their fellow humans to suicide and poisoning the environment π Important not to forget that weβre just as imperfect when discussing this.
29.08.2025 12:54 β π 0 π 0 π¬ 2 π 0
As a developer using Vue/Nuxt, how does this interact with Volar? Does it use its diagnostics when both TSSLint and Volar are installed and activated together?
27.08.2025 12:56 β π 0 π 0 π¬ 0 π 0
My main problem is that, no matter how well the AI does at whatever task you give it, itβs only focused on making exactly what you asked for work without any thought about future-proofing, extensibility or component/composable driven architecture.
12.08.2025 13:54 β π 2 π 0 π¬ 0 π 0
Nice ones!
06.08.2025 17:13 β π 0 π 0 π¬ 0 π 0
No π’ I'm so sorry for you and your family. She'll be missed!
02.08.2025 08:44 β π 1 π 0 π¬ 0 π 0
Board games are my main hobby. My little secret: I have a collection of over 650 board games π
What kind of board games do you like?
22.07.2025 18:05 β π 3 π 0 π¬ 0 π 0
Strandbeest
If you're at the beach in the Netherlands, did you spot any Strandbeest? Worth looking out for in my opinion!
www.strandbeest.com
19.07.2025 20:58 β π 1 π 0 π¬ 1 π 0
Isn't the lack of suspense support equally blocking, even with ssr: false?
17.07.2025 22:21 β π 1 π 0 π¬ 0 π 0
The most fortunate thread of fate and how to take hold of it.
17.07.2025 13:44 β π 1 π 0 π¬ 0 π 0
I switch between the two constantly, simply because I get inspiration for one when Iβm doing the other and I want to strike the iron while itβs hot.
16.07.2025 20:22 β π 1 π 0 π¬ 0 π 0
Thatβs actually a good point. Although there is some nuance to it because auto-imports are more prevalent in the Vue ecosystem than any other, which means the dts skip would be more valuable for us. Still, I understand setting boundaries on what to support. Thanks for all your hard work!
08.07.2025 09:08 β π 0 π 0 π¬ 0 π 0
Uncanny. Same for me! Is it even an algorithm at this point?
05.07.2025 09:20 β π 3 π 0 π¬ 0 π 0
Thank you for all the hard work! I love the improved speed and stability and especially being able to click through to the actual components now. Any chance this could be made to work with auto imports of things like pinia stores (e.g. in Nuxt)? Those still lead to the definition file.
02.07.2025 09:54 β π 2 π 0 π¬ 2 π 0
I don't think this is very controversial. But it's really a case of new vs old tech. For example, in Belgium we have seven old reactors. They are routinely shut down due to malfunctions. This skews the perspective of both the safety and reliability of nuclear energy.
29.06.2025 20:37 β π 1 π 0 π¬ 0 π 0
Some of the best talks Iβve seen have been by people with less than perfect English. Nobody cares. As long as you get the information across you will be valued!
28.06.2025 18:01 β π 2 π 0 π¬ 0 π 0
If youβre into a mix of mystery and character driven storytelling with strong themes of empathy and overcoming trauma through human interaction Iβd like to recommend The OA. One of my favourite shows.
26.06.2025 20:13 β π 2 π 0 π¬ 0 π 0
With the way things are progressing right now I donβt see them replacing our jobs entirely. But it is possible that due to increased productivity LLMs can offer less junior programmers will be hired. I consider it a good motivator to try and be the best at what you do. Goes for artists too!
16.06.2025 20:51 β π 2 π 0 π¬ 0 π 0
Yes and no. I agree that longer names is better than ambiguous names, but usually having 4-5 words in a function name is an indication that there are repetitive namespace words in there. That in itself is usually an indicator you should be grouping them somehow and dropping the namespace.
16.06.2025 08:02 β π 2 π 0 π¬ 0 π 0
But at the end of the day we're all developers and any developer worth their salt knows that delays are part of the trade. Especially in open source where there's no direct connection to a revenue stream. And looking at 3.xx changelogs, it's clear there was a lot of progress along the way.
11.06.2025 13:00 β π 2 π 0 π¬ 0 π 0
I think it's a matter of perception. I turned on compatibility mode for v4 immediately, so I already felt like I was on Nuxt 4. But it's like with early access for video games: some people want it and others would rather wait. If one choses the latter, I can see how a year's delay feels bad.
11.06.2025 12:58 β π 3 π 0 π¬ 1 π 0
Ah, a fellow Codenames enjoyer!
11.06.2025 11:12 β π 1 π 0 π¬ 0 π 0
Open Sourcerer, Vue.js Core Team, Web Enthousiast
Web Architect at @directus.io
- Author of Nuxt UI (http://ui.nuxt.com)
- Maker of https://volta.net
- Working at @nuxtlabs.com
Board game content creator - Tutorial, Skits
Designer of board games. Father of the coolest toddler in the world. He/Him
Youtube.com/BeforeYouPlay
Gaming Rules! is a channel providing you with How-to-Play videos, Playthroughs, and other content.
Support the channel on Patreon: https://www.patreon.com/gamingrules
Boardgamegeek guild: https://boardgamegeek.com/guild/2258
Board game graphic designer and illustrator. Lisboa, The Gallerist, On Mars, Galactic Cruise, Nemoβs War, Voidfall, Carnegie and more. www.ianotoole.com for prints. He/Him.
Web developer beginning its journey in open-source
Following closely anything related to @vuejs.org @nuxt.com or @unjs.io
Currently learning Dutch π³π±
@_nooooook on Twitter π¦
βοΈ24k+ πdrizzle.team
#Freelance @drizzle.team (advocate) | Work smarter, not harder. β‘οΈ| Building https://drizzle.run
Next generation testing framework powered by @vite.dev β‘οΈ
https://vitest.dev
building Bun. formerly: stripe (twice) thielfellowship. high school dropout π
developer, photographer, videographer
I donβt post here, follow me on X: x.com/adamwathan
Husband / Father of two / Founder voidzero.dev / Creator @vuejs.org & @vite.dev
π» DevRel @voidzero.dev
π¬ Video Content https://lichter.link/yt
π @nuxt.com team
ποΈ Podcast Host @dejavue.fm
Building opensource stuff β¦ @unjs.io β¦ @nitro.build β¦ @nuxt.com
π± github.com/pi0 β x.com/_pi0_
Creator of @nuxt.com & @nuxtlabs.com, building hub.nuxt.com to help you ship full-stack Nuxt apps on the edge β’ atinux.com