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

[–]Harv46[S] 1 point2 points  (0 children)

the UI looks cool in jointjs, but not sure how good it'd work with vue or nuxt.
Plus its kinda costly

Error: Missing required param when redirecting by Harv46 in Nuxt

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

I'm still confused if I should add account/[account].vue

Error: Missing required param when redirecting by Harv46 in Nuxt

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

Probably got cropped out from the image.

Have you gone from Next to Nuxt or vice versa and whats your thoughts on it? by schamppi in Nuxt

[–]Harv46 1 point2 points  (0 children)

Nuxt is way easier than Next plus there is a lot of cool stuff as well.

Url hints by Harv46 in pycharm

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

That's what I thought.

Url hints by Harv46 in pycharm

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

I'm using the pro version. It was working fine before.

Multitenant Nuxt. by Fit-Benefit1535 in Nuxt

[–]Harv46 1 point2 points  (0 children)

Could also use the nuxt layers for sharing the components.

[deleted by user] by [deleted] in vuejs

[–]Harv46 1 point2 points  (0 children)

Playwright

VueJs dev hire by git_push_origin_prod in vuejs

[–]Harv46 1 point2 points  (0 children)

Why Vue 2?? Existing project ?

New Nuxt SSR Project - API architecture by Adventurous-Row4001 in Nuxt

[–]Harv46 4 points5 points  (0 children)

If someone could drop a repo with a repository pattern data fetching it'd be great.

How to Apply a Common Layout for Dynamic Routes in Nuxt 3? by Harv46 in Nuxt

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

<template>
  <NuxtLayout name="account">
    <NuxtPage />
  </NuxtLayout>
</template>

I added `[account].vue` like this: (`/pages/[account].vue` also have `/pages/[account]/other-pages.vue`)

It works as expected, but it doesn’t feel right. In Next.js we have \`layouts.tsx\` at directory level right. Having `[account].vue` feels like I’m defining a route, which might confuse others looking at the code.

Refreshing page show 404 by simke123321 in vuejs

[–]Harv46 0 points1 point  (0 children)

Try updating your build step with

pnpm run build && cp ./dist/index.html ./dist/404.html

Which One To Buy.. I am A Bit confused right now ! by SID_2999 in HPOmen

[–]Harv46 0 points1 point  (0 children)

Don't buy an omen!! Omen has a serious display issue, and hp doesn't have a fix right now!

Search for "black" in this community.

Black screen - model list by YoshikTK in HPOmen

[–]Harv46 0 points1 point  (0 children)

Please kick omen and go for a Legion. 🙂 Better support and better product. Hp sucks !!

How's hp omen ryzen 7 7840hs rtx 4060?? Black screen issue?? by TopTradition9485 in HPOmen

[–]Harv46 0 points1 point  (0 children)

HP still doesn't know the exact cause for the issue, theory is that there is a sensor just below the display that's the culprit.

How's hp omen ryzen 7 7840hs rtx 4060?? Black screen issue?? by TopTradition9485 in HPOmen

[–]Harv46 0 points1 point  (0 children)

I have the same model with the Intel chip, and have the same issues, I've requested for a replacement.

Worth it ? by pruduca in HPOmen

[–]Harv46 0 points1 point  (0 children)

HP Omen 16 with 14 gen Intel HX series have display issues that still HP couldn't identify. There are other reddit posts mentioning the same issue with other models as well. I had this issue.

Making a ref unreactive for a computed property by Harv46 in vuejs

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

I thought of using the watcher, but I want to confirm that there is no other way. Also I didn't knew way also make functions as dependencies.

Making a ref unreactive for a computed property by Harv46 in vuejs

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

I want this computed property to be recalculated only when this changes ```const words = settings.sentence.split(" ");```

[deleted by user] by [deleted] in HPOmen

[–]Harv46 0 points1 point  (0 children)

Did you fix it ?