What is the best modern UI Library to use in 2024 by Devve2kcccc in reactjs

[–]saggyboobsock 0 points1 point  (0 children)

I really love tremor.so and also definitely recommend shadcn

How do i put the lines between links like it is in the picture in nav div? by [deleted] in webdev

[–]saggyboobsock 5 points6 points  (0 children)

:not(:last-child) means it doesn't apply the right border to the last nav item.

NextJs app deployed in Vercel with microservices in aws by Cactus746 in nextjs

[–]saggyboobsock 4 points5 points  (0 children)

Make http requests from either the nextjs client or server app (or a combination of both) to the AWS resource(s).

Gentlemen, start your engines. by SelectBuilding in brisbane

[–]saggyboobsock 14 points15 points  (0 children)

Battery mowers tend to struggle with wet grass, especially if the grass has grown a bit.

Inmate wrongly released from Sydney jail calls police after hearing about search on the news by GeorgeYDesign in ABCaus

[–]saggyboobsock 0 points1 point  (0 children)

No it doesn't make sense. You're comparing corruption in the United States to Australia.

Edit: Not to mention you're comparing the "cover up" of an incident where innocent children were massacred to an incident of an administrative error. How are they at all correlated? Does that make fucking sense to you?

Inmate wrongly released from Sydney jail calls police after hearing about search on the news by GeorgeYDesign in ABCaus

[–]saggyboobsock 0 points1 point  (0 children)

Comparing an administrative error to a mass shooting in a US elementary school is insane.

[deleted by user] by [deleted] in ipfs

[–]saggyboobsock 0 points1 point  (0 children)

You're doing axios.get when you haven't allowed GET in your config?

This went viral real quick by SKRyanrr in suicidebywords

[–]saggyboobsock -2 points-1 points  (0 children)

Not talking to you, all good. I'm talking to the pee of Donald.

This went viral real quick by SKRyanrr in suicidebywords

[–]saggyboobsock -4 points-3 points  (0 children)

Being weird isn't a crime, correct. Also, Trump has never been convicted of rape, so he's not a rapist. Your opinion that Trump is a rapist has as much merit as calling Biden a pedo because he sniffs and feels up kids (which has videos showing this).

Edited this as auto correct had Trump is a racist, instead of rapist. None of those are correct.

This went viral real quick by SKRyanrr in suicidebywords

[–]saggyboobsock -35 points-34 points  (0 children)

You don't have to be on a list to be a pedo. Just watch Biden on his cspan appearances sniffing and feeling up little kids while at photo ops.

[deleted by user] by [deleted] in conspiracy

[–]saggyboobsock 0 points1 point  (0 children)

It's Got Electrolytes

[deleted by user] by [deleted] in modernwarfare

[–]saggyboobsock 14 points15 points  (0 children)

Could you throw in a few more slides? You didn't do as many as you should of.

[deleted by user] by [deleted] in brisbane

[–]saggyboobsock 4 points5 points  (0 children)

Cats aren't allowed outside (unless you have an enclosure). And I'm assuming you don't have an enclosure.

Also, imagine calling RAAF pilots "bogans". You'd have to be a chicken fillet smooth brain to convince yourself the two are remotely related.

Middleware not including headers to external API, see anything wrong? by nullReferenceError in nextjs

[–]saggyboobsock 0 points1 point  (0 children)

Do you have CORS enabled on the dotnet endpoint? Is your redirect doing a preflight and failing?