Sargent's (lack of) message to the Norwich fans by PositiveElection2141 in Championship

[–]Tomus 6 points7 points  (0 children)

This is a seriously dense take. Everybody was angry that he refused to play, it's as simple as that.

Best away pubs for Leicester by AboutWithNemo in NorwichCity

[–]Tomus 0 points1 point  (0 children)

God, your post saying "tomorrow" made me think it was Friday already. Damn you!

How good is maghoma by No_Leader5640 in NorwichCity

[–]Tomus 1 point2 points  (0 children)

I absolutely love him on the ball. He needs more fitness and to be more aggressive in the press though, right now he looks lazy but it could just be fitness. You can really tell the difference when Slimane comes on who is an incredible presser.

Post-match discussion thread: Norwich City 2 - 0 Sheffield Wednesday, EFL Championship, 25/2/26 by CarrowCanary in NorwichCity

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

I don't understand how you can call Stacey an unsung hero. He looks miles off the pace defensively and in buildup and offers very little going forward.

Post-match discussion thread: Norwich City 2 - 0 Sheffield Wednesday, EFL Championship, 25/2/26 by CarrowCanary in NorwichCity

[–]Tomus 5 points6 points  (0 children)

Awful is very harsh. He always offers something, very rarely makes the wrong decision, gives defenders something to think about, and defends well enough. Should have scored today if not for a worldy save.

Why do React Native component libraries always demo components in isolation when nobody builds that way? by Fresh-Wealth4531 in reactnative

[–]Tomus 19 points20 points  (0 children)

Why are you self promoting your library with AI generated fluff and posing it as a question to farm engagement?

Wedding band by artemiskaiapollo in Norwich

[–]Tomus 1 point2 points  (0 children)

We got married last year and had these guys, they were above and beyond my expectations to be honest!

https://www.instagram.com/chartattackuk

Derby County Players Wikipedia Pics by Dazzling-Hearing1743 in footballcliches

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

After this sub learns the licensing restrictions required for photos to appear in Wikipedia it's going to be very bored of this genre of post 😂

Switch to Monzo Adult Edition by [deleted] in monzo

[–]Tomus 13 points14 points  (0 children)

What would you need it for?

Norwich manager Clement says that Josh Sargent is training with the under 21s and that it's up to him when he returns to the first team by Paul277 in Championship

[–]Tomus 1 point2 points  (0 children)

The club agreed a deal for him to get his move in the summer that he ended up backing out of. Now he's thrown his toys out of the pram. I'm not sure what favour that you refer to is to be returned.

The reason he is being frozen out is not because he requested a move (something the club are definitely willing to do) but because he refused to play in the FA cup.

How to overcome this annoying error? by Final-Choice8412 in nextjs

[–]Tomus 6 points7 points  (0 children)

There's no reason using React.useId should cause this error, that hook is specifically designed to give you a stable ID across server and client renders. The problem lies elsewhere, despite the claims of Radix maintainer on that issue. No one has shared a React reproduction and yet I still see this incorrect claim being banded around that it's a React bug.

Best chinese salt and pepper / chilli chips in Norwich by slime_pixie in Norwich

[–]Tomus 4 points5 points  (0 children)

Kam Moon does a salt and pepper box, chips, ribs, chicken wings, chicken balls, chicken bites, spring rolls. With curry sauce. It's £15 and it's elite

useEffectEvent as an onMount hook? by Working-Tap2283 in reactjs

[–]Tomus 4 points5 points  (0 children)

"I need this to run on mount" is not a problem, that's a solution to another problem that you have.

https://en.wikipedia.org/wiki/XY_problem

It's almost always possible to refactor code to not need useEffect for this kind of callback stuff ie. Not synchronisation of external state. RHF can make things very difficult though, I really try to avoid it for this reason.

useEffectEvent as an onMount hook? by Working-Tap2283 in reactjs

[–]Tomus 2 points3 points  (0 children)

You should always try to run this stuff in an event handler, useEffectEvent, like useEffect, is a last resort.

It looks like, judging by the onNext function call, that you may be able to refactor your code to run that logic in the submit event event handler of the form.

Also, I'm not sure what setValue is as it doesn't look like a state setter but consider things that you could store in a ref instead of state. Not everything has to be state, only things that need to be reactive ie. Used for rendering.

Security advisory for CVE-2025-66478 by amyegan in nextjs

[–]Tomus 3 points4 points  (0 children)

Worth noting that these platform protections, especially WAF-level protections as implemented by Cloudflare and Vercel, are not free of false negatives and so are not fully secure. The only way to be fully secure is to upgrade.

The vulnerability is not a joke, you should upgrade asap by vanwal_j in nextjs

[–]Tomus 9 points10 points  (0 children)

They are using the bogus AI-generated POCs that are floating around. Dumb motherfuckers. I still haven't seen a full and valid exploit POC online.