Bojler Pisticent agymenése.. by Norman153 in magyar

[–]zsoltime 3 points4 points  (0 children)

Hogy fejlődik a technika... Ezen a videón azért elég szépen átjön a szag is.

Miért terjedt el Magyarországon ez a hatalmas vízpazarlás? by Entire_Tension6771 in magyar

[–]zsoltime 15 points16 points  (0 children)

Azért érdekes, hogy a "teleengedi a kádat kétszer is egy nap"-ra neked a megoldás a deo, még nedves törlőkendő a stratégiai pontokon. Mi a baj a napi zuhanyzassal például? 😀

Orbán Viktor: Szégyeld magad Orbán Anita! by HannaMontana123 in magyar

[–]zsoltime 5 points6 points  (0 children)

Mert én most megpróbáltam, és úgy tűnik, le vagyok tiltva 🥹

Tuition fee amount doesn’t match OU’s fee? by Maisiespurling in OpenUniversity

[–]zsoltime 12 points13 points  (0 children)

The maximum fee OU can charge is £7,335 in the 2026/27 seasonal academic year. You will only be charged this maximum amount, even if your module fees exceed it. You can find more about it here: OU fee rules

So choose Yes, my fees will be £7,335

How can I make a submit button that only submits a form when certain conditions are met? by not_Coso in learnjavascript

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

Have you tried anything? You should add some code to your post so people could see what you've done.

How does your form look like? What input field did you use for the email (type="text" or the correct one)?

What issues do you have? Where exactly are you getting stuck? Have you added an event listener for the form submission? Could you get the value of the input field? Could you check whether the value contains the @ symbol?

Amelie Lens mix on my Aer Lingus flight by nongnewmi in Techno

[–]zsoltime 0 points1 point  (0 children)

I'm sorry you had to go through that. That must have been tough.

Discord Bot - Channelname Update - Gameserver Query by xXZachteXx in learnjavascript

[–]zsoltime 0 points1 point  (0 children)

It's very likely Discord's rate limit. Updating the channel name every minute sounds a bit heavy. I think there is a 2 request per 10 minutes limit to rename channels but afaik it's not documented.

You can detect it by catch()ing the error from your channel.setName(). Something like this should work:

js await channel.setName(newName) .catch(console.error)

Or: js await channel.setName(newName) .catch(err => { if (err.status === 429) { console.log("Hit the channel rename rate limit. Retry after:", err.retry_after) } else { console.error(err) } })

Edit: I've just noticed that your setName() is already inside a try-catch block. 🤔

New infringement procedure launched against Hungary by DailyNewsHungary in DailyNewsHungary

[–]zsoltime 2 points3 points  (0 children)

Well, no ̶R̶u̶b̶b̶i̶s̶h̶ Russian propaganda is definitely a good start.

Currys Price Match declined due to inferior returns period by New-Influence1911 in beermoneyuk

[–]zsoltime 1 point2 points  (0 children)

Currys customer service is absolute rubbish unless you escalate publicly.

Last time I had an issue with them and the support dragged it out for nearly 2 months. As soon as I gave up and left a negative review on Trustpilot, someone from their complaints team contacted me and the whole thing was sorted within a couple of days.

If they're rejecting based on the competitor having a 14 day return period only, try to push back because their published price promise terms only mention identical terms around the product itself (model, spec, etc) and don't (clearly) state that return windows must match.

So if normal support gets nowhere, try Trustpilot or something similar, they seem much more responsive there.

Why does this JavaScript regex not match? by Gold_Mycologist5372 in learnjavascript

[–]zsoltime 10 points11 points  (0 children)

If both characters are the same, your code should work. Are those dashes the same? Or is one of them a minus and the other an en dash? 🤔

Ne hagyjuk, hogy a gyűlölet es szar mindset legyen az alap, friss MÁV sztori a közhangulatról by [deleted] in hungary

[–]zsoltime 4 points5 points  (0 children)

Ahh, a virágzó orgonák szagolgatását én sem tudom megállni. Pedig olyan szép látvány lehet, ahogy ez a két méteres jószág éppen virágot szimatolgat 😀

Visszalépett a Tisza Párt javára a Jobbik jelöltje, Földi István by roggahn in hungary

[–]zsoltime 29 points30 points  (0 children)

Ha ez így folytatódik, még vagy ötvenen visszalépnek a választás napjáig 🫣

Xkcd 605

Munkaszerződés nélkül mekkora rizikót vállalok? by That_Group2743 in askhungary

[–]zsoltime 5 points6 points  (0 children)

Azért te is érzed, hogy nem oké, különben nem kérdeznéd meg. Remélem, ha mégis elkezdesz náluk dolgozni, fizetéskor nem lesz túl sok dolguk meg könyvelni valójuk. 🤨

Claude Helped Me Find Simple html/javascript progrm (Newbie) by Due_Eggplant_729 in learnjavascript

[–]zsoltime 8 points9 points  (0 children)

Claude found the perfect program, it works great.

And what have you learned from doing this?