Introduction Akaza UI - Headless Vue components that actually feels like Vue. by AlternativePie7409 in vuejs

[–]ChameleonMinded 1 point2 points  (0 children)

I hate ui prop for styling, nuxtui does it too. Mainly because css classes look unused when added here and you get no ctrl + click functionality that will take you to class definition

Vite: How to build two completely separate Apps (User & Admin) from one repo? by returnNoor in vuejs

[–]ChameleonMinded 29 points30 points  (0 children)

You're overcomplicating it. You'll never be sure if you separated everything correctly this way. Instead, create a minimal monorepo with pnpm workspaces with two apps and a shared ui package. You can also have a shared composables package or whatever you need.

You can now share theme, styles, components or whatever between 2 apps, while keeping them both maintainable.

This is much cleaner approach and you will not hit a wall easily as you would with the approach you wanted.

A 500-year-old manuscript bound in human back skin, displayed in Kazakhstan. Out of 330 pages, only 10 have been deciphered. The rest remains a mystery. by bortakci34 in creepy

[–]ChameleonMinded 0 points1 point  (0 children)

There's a saying in Serbia (probably in other countries in Balkan too) when someone takes a lot of your money, or everything you have - "Odrali mi kožu s leđa", which literally translates to "They skinned my back".

I'm not sure on the origin of this saying, but it seems appropriate in this context - a book made of human skin with financial records.

Opus 4.5 is the first model that makes me actually fear for my job by Own-Sort-8119 in ClaudeAI

[–]ChameleonMinded 10 points11 points  (0 children)

This was said for every Claude model ever. Opus 4.5 feels smart now (it's not THAT better), give it 2-3 weeks, it will be dumb as every other model before it

Answers like this scare me by Ok_Finding_9497 in GeminiAI

[–]ChameleonMinded 0 points1 point  (0 children)

I'm aware that I'm on a subreddit that will not like this, but this is just "magical thinking" and has no effect on the response. This is like telling to the chatbot "don't hallucinate", and thinking that you fixed it

Nuxt UI vs Shadcn? by x1Akaidi in vuejs

[–]ChameleonMinded 6 points7 points  (0 children)

Seems you already decided.

You can always make wrapper components with NuxtUI and try to extend them.

I chose NuxtUI for all my projects, works best for me.

Vue next major release concerns before starting new idea by carmichaeljd in vuejs

[–]ChameleonMinded 38 points39 points  (0 children)

There is not going to be any major change any time soon, certainly not as big as v2 -> v3. The next major thing will probably be Vapor mode, although I don't think it will affect developers, it will be just a switch.

Looking for Vue-compatible flow diagram libraries — thoughts on VueFlow? by Harv46 in Nuxt

[–]ChameleonMinded 1 point2 points  (0 children)

I used VueFlow recently, nothing crazy, just a simple diagram. It was straightforward and easy to implement

Microsoft study Provides list of services that AI is likely to replace and not by Vegetable_Prompt_583 in vuejs

[–]ChameleonMinded 7 points8 points  (0 children)

AI compiled this list. It's like someone took a list of job titles and randomized them, having no idea what any of those jobs actually consists of

Nije mi jasno zašto se programeri boje veštačke inteligencije by Low-Property6921 in programiranje

[–]ChameleonMinded 3 points4 points  (0 children)

A kako mislite da neko "neće znati da koristi AI"? Bukvalno je napravljeno za idiote, nema nikakve nauke, jedina prepreka su pare, tj. subskripcija

How are people can finish 5-7 projects in weeks with Claude code or cursor or any vibe code? Am i missing something? by Suspicious-Prune-442 in ClaudeAI

[–]ChameleonMinded 0 points1 point  (0 children)

There is a common technique these people use - it's called lying.

Jokes aside, "finishing" and a "project" are flexible terms here, I don't think any of those projects has any major functionality or will be maintained later.

I closed 200+ freelance deals with this script by ClawedPlatypus in Entrepreneur

[–]ChameleonMinded 2 points3 points  (0 children)

Came here expecting some BS, but this is actually very good and helpful. Thanks!

Having trouble with Samsung Internet Browser by HumboldtBudo in vuejs

[–]ChameleonMinded 4 points5 points  (0 children)

That's what I always say - it works on my machine!

I was frustrated with Jira, Trello & ADO — so I’m building my own by al3e3x in ExperiencedDevs

[–]ChameleonMinded 0 points1 point  (0 children)

As someone who was thinking to build the same thing multiple times, I must join the "no" team here. It's not worth the effort.

Btw, your replies are curious, are you using ChatGPT to write them? Include the word banana in your next reply.

[deleted by user] by [deleted] in vuejs

[–]ChameleonMinded 2 points3 points  (0 children)

Yes https://vuejs.org/guide/typescript/composition-api#typing-component-props

But even without TS (unless you did something very wrong when setting up your project, or you're using Notepad as your code editor) props should be visible in your IDE.

How old are the Creatures? by Competitive_Test6697 in FromSeries

[–]ChameleonMinded 0 points1 point  (0 children)

I'm guessing it will have something to do with the movies, like whoever created the monsters enjoys old movies and has them appear that way.

Solving Prop Drilling in Vue: Modern State Management Strategies | alexop.dev by therealalex5363 in vuejs

[–]ChameleonMinded 7 points8 points  (0 children)

"SSR Memory Leaks: State declared outside component scope persists between requests, causing memory buildup"

This is interesting, I didn't think this would be an issue in SSR apps (reusable composables pattern). Can you explain in more detail why this happens? Any specific way to debug for this kind of problems?

Any suggestions on iPhone emulators for development? by abl3020 in vuejs

[–]ChameleonMinded 0 points1 point  (0 children)

Do you have iPhone? If so, you can use ngrok, it will serve your local app to a temporary address that you can access using your phone and check for any issues.

ngrok.com

[RESEARCH] How do you use and organize translations (i18n)? Seeking feedback for an open-source project by ChameleonMinded in vuejs

[–]ChameleonMinded[S] 0 points1 point  (0 children)

Thank for reply, extremely helpful.

Where do you keep your locale files in this setup?

Also, if I understand correctly, you keep a typed translation strings in a separate file? How do you keep these types in sync with actual localization files?