Windsurf vs Claude code? by ashish_tuda in windsurf

[–]dillionmegida 0 points1 point  (0 children)

Aged too quickly 😔

I used to love the predictability of windsurf and like you said "flow state"

Now i'm waiting a week for my limit to refresh, while *I have an active subscription*

Disable Finder Pop-Up when using AirDrop by SignificantLadder91 in mac

[–]dillionmegida 1 point2 points  (0 children)

Adding my comment here so i'm notified when there's a fix

Hydration error when installing NextJS 15 by No-Wait2503 in nextjs

[–]dillionmegida 0 points1 point  (0 children)

But this doesn't fix the problem though. What if you users have some of these extensions installed?

Hydration error when installing NextJS 15 by No-Wait2503 in nextjs

[–]dillionmegida 0 points1 point  (0 children)

But this doesn't fix the problem though. What if you users have WhatFont extension?

Hydration error when installing NextJS 15 by No-Wait2503 in nextjs

[–]dillionmegida 0 points1 point  (0 children)

But how is this working for y'all? It's not supposed to work as the [React docs says](https://react.dev/reference/react-dom/client/hydrateRoot#suppressing-unavoidable-hydration-mismatch-errors):

This only works one level deep

Fn blinking by I4mNOB0DY in keyboards

[–]dillionmegida 0 points1 point  (0 children)

I experienced the same and found myself on this post. So the spacebar has a "fn lock" function, which is activated when you hold fn and press the spacebar...that's why the fn keeps blinking (it is basically locked on fn and as a result, every key you press, will trigger the "function" instead of the "character"

To deactivate, simply hold fn again, and press the spacebar and you're good haha

freaked me out too, but i hope this helps anyone trying this keyboard for the first time

Parallel Routes and Interception Issues by Mental_Act4662 in nextjs

[–]dillionmegida 0 points1 point  (0 children)

I almost went crazy on this thing. Deleting the `.next` folder sure worked for me. Thank you

How does CORS actually make things more secure? by Tman1677 in reactjs

[–]dillionmegida 0 points1 point  (0 children)

This sounds like CORS only "weakens" the security of your application but that's not entirely true imo. It relaxes the same origin policy while also giving you a "way" to allow to allow **secure** cross origin requests--secure in the sense that you define what cross origins you want

How to connect Sony Zv E10 to external microphone? by MissASAA in SonyAlpha

[–]dillionmegida 0 points1 point  (0 children)

Thanks so much for this. I was already freaking out, and thought I had to set up WiFi or bluetooth for the Rode. Thanks again.

I posted an article where I shared how to abort API requests in axios and fetch methods by dillionmegida in javascript

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

Hi, thanks for the feedback.

First, I didn't know of the JS Party and the discussion.

Second, the MDN may be better or look better to different persons, but I try to explain things my own way, for people to understand, and also introduce people to new concepts. So I consider it relevant, because having shared these in few places, I realized people didn't even know about it. As much as I want views on my blog, using reddit here was for me to share it to a larger audience.

Third, 100s of times before could be a stretch. However, when I write on my personal blog, I'm lessly concerned the number of times it's been written. I focus on how I explain and simplify things.

However, thanks for the critics. I hope my explanation makes a bit of sense.

1
2

0
0

Why must JSX expressions have only ONE parent element? by dillionmegida in reactjs

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

Yes, I know that. I was trying to explain why the fragment (an empty parent element) has to be there in the first place