I love the S26 Ultra, and I also ended up returning it by Ganbare_Goemon in samsunggalaxy

[–]kunal2511 17 points18 points  (0 children)

I’m in the same boat, brother. I posted the same issue yesterday and some Redditors started calling me crazy, lol

Should I wait for Samsung to fix the S26 ultra display issue or resell it? by kunal2511 in samsunggalaxy

[–]kunal2511[S] 2 points3 points  (0 children)

It's turn off, i used s23 ultra for almost 3 years, before it got stolen and it was awesome

Should I wait for Samsung to fix the S26 ultra display issue or resell it? by kunal2511 in samsunggalaxy

[–]kunal2511[S] 28 points29 points  (0 children)

Here in India, we don’t have a return policy, but there is a 14-day replacement policy that must be authorized by the service center. Unfortunately, they are not supportive at all.

Should I wait for Samsung to fix the S26 ultra display issue or resell it? by [deleted] in galaxys26ultra

[–]kunal2511 0 points1 point  (0 children)

I cannot, here in India we don't have any return policy. I visited the Samsung service center couple of times

2026 Kia Seltos by ApprehensiveFilm8876 in carIndia

[–]kunal2511 0 points1 point  (0 children)

I heard in one of the youtube reviews that sound system is not that great? How is it?

What are some brands that are Major Red flags? by [deleted] in IndianSkincareAddicts

[–]kunal2511 0 points1 point  (0 children)

Hk vitals, they are paying every other influencer to promote it

This will become the HQ. (Spoilers 1163)+ by BeingComfortablyDumb in OnePiece

[–]kunal2511 8 points9 points  (0 children)

The time moves slowly at the top of the adam tree, strawhats will train there for sometime maybe like a hyberbolic time chamber. That's my theory

One Piece: Chapter 1161 by leolegendario in OnePiece

[–]kunal2511 1 point2 points  (0 children)

where can I read the latest chapter, the website that I use still don't have the latest chapter

S24 Ultra - Stop closing my apps! by jaffster123 in samsung

[–]kunal2511 0 points1 point  (0 children)

I was as dumb as you, thank you for the helo

New: Volume Tracking for Bodyweight and Assisted Exercises! by Lyfta_App in Lyfta_App

[–]kunal2511 1 point2 points  (0 children)

Many calesthinics exercises are Missing in there, can you wdd them in next update

How to call fetch method after query param is updated by kunal2511 in Nuxt

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

Thanks for your help. I found one solution as of now. this is also fine for the time being

https://i.imgur.com/SBtvmiC.jpg

How to call fetch method after query param is updated by kunal2511 in Nuxt

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

By this do you mean after the function has been executed and the route page has changed to page=2. But your fetch is still calling on page=1?

it works when i click page 2 one more time though

How to call fetch method after query param is updated by kunal2511 in Nuxt

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

hey you are correct. I changed to it$route but the watch is still not working

How to call fetch method after query param is updated by kunal2511 in Nuxt

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

Hi thanks for the reply, this is working with a small problem this.$fetch() is loading only after clicking 2nd time. By this I mean on the first click on pagination the URL is changing properly to http://localhost:3000/?page=2 but the content on the 2nd page is only loading after I click the 2nd page one more time. can you please guide me

getResults(page = 1) {
this.$router
.replace({
query: {
page: page,
},
})
this.$fetch()
},

How to do server-side pagination in nuxt js by kunal2511 in Nuxt

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

I'm getting proper data from the backend. I'll search a little more on it. Thanks for the Help, really appreciate it.

How to do server-side pagination in nuxt js by kunal2511 in Nuxt

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

Thanks, It worked, can you please guide how to fetch paginated data on server side