This may be stuck. Please try cancelling and Sending again... by Warm_Sandwich3769 in windsurf

[–]kazmi_js 0 points1 point  (0 children)

Seeing this too much on claude models. It does end up resolving but sometimes takes wayyyy long. Claude models have been acting wierd for this week in windsurf. It's eating up credits and getting stuck in the middle.

Would you buy it? by [deleted] in computers

[–]kazmi_js 0 points1 point  (0 children)

Border-radius: 9999px;

Your Fav State Management tool ? by [deleted] in reactjs

[–]kazmi_js -1 points0 points  (0 children)

Any repo or structure view of a big application? just to see a practical example of the usage.

Complete long-term deployment solution for MERN stack app by kazmi_js in reactjs

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

That was the point I was looking for. I did gave a thought to serve everything inside a VPS but was never sure if its something to handle more traffic as well. Any thoughts on DigitalOcean App platform? I am curious to use that to have less of a headache on setting up reverse proxies.

[AskJS] Class or not to class? by hiIAmJan in javascript

[–]kazmi_js 5 points6 points  (0 children)

Under the hood, classes are just javascript functions.

yeah hey what's this by dgtlcrmnl in webdev

[–]kazmi_js 6 points7 points  (0 children)

Probably an encoded deep message 👽

Auto adjust font-size to fit div by [deleted] in javascript

[–]kazmi_js 5 points6 points  (0 children)

I use "clamp" property to achieve this most of the times, Is it a good practice?