Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
38 views

I have three selects that I am trying to populate that have relationships between them. To reduce duplicating code, I created a single function that I thought I could use multiple times (see below). ...
P S's user avatar
  • 41
-1 votes
0 answers
34 views

This is my Middleware for cheking token am getting cookie in browser but still Problematic what can be the issue anyone know about this bug import type { NextFunction, Request, Response } from "...
Roodius's user avatar
  • 15
0 votes
1 answer
74 views

This is the end of the program. It downloads either a PDF file or an ePUB file. This part works very well. But the alert doesn't show up and the redirection doesn't occur. What is wrong ? The code : &...
Michel Keable's user avatar
-1 votes
0 answers
43 views

We're implementing a payment page using Universal Checkout api v1. The integration is working. We can successfully post payments and display success messages on our page. I would like to test look ...
weissj's user avatar
  • 133
-3 votes
0 answers
64 views

The classical way for summing an array of numbers in JS is arr.reduce((a, b) => a + b). In 2026, Math.sumPrecise() was added to the specification to enable summing a list of floating-point numbers ...
hb20007's user avatar
  • 606
-1 votes
0 answers
63 views

I have a WordPress website where I only have the Editor role, not Administrator access. This means I can create and edit articles, and I can add Custom HTML blocks inside articles. I want to make an ...
Jim Clifford's user avatar
Tooling
0 votes
2 replies
80 views

I always run my Python scripts this way, as I usually need to run small snippets of code for various tools: (https://docs.astral.sh/uv/guides/scripts/#using-a-shebang-to-create-an-executable-file) #!/...
Signor Pizza's user avatar
-8 votes
0 answers
103 views

I am using the Intersection Observer API to lazy load images on a page. Code: const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry....
Kevin Carroll barlowe's user avatar
Best practices
0 votes
1 replies
32 views

We are developing automation test coverage for a finance-based application that includes Aadhaar verification as part of the customer onboarding and identity validation process. The application ...
surya venugopal's user avatar
Tooling
2 votes
10 replies
151 views

I'm philosophically anti AI, and recently found out that Bun was rewritten with AI. I don't want to use any tool that was written with AI assistance. I have been using Bun for a CLI that reads and ...
Anth Dav's user avatar
-2 votes
0 answers
75 views

const processorUrl = '/formant-correction-processor.js'; import { FormantCorrectionNode } from '@soundtouchjs/formant-correction-worklet'; const audioCtx = new AudioContext(); await ...
Mike Johnson Jr's user avatar
Best practices
0 votes
5 replies
110 views

I was wondering whether JavaScript ES6 (published in 2015) is still relevant for 2026, especially if ES14 was released recently. I am working through a JavaScript course that highlights a few ES6 ...
user32465201's user avatar
1 vote
0 answers
107 views

I have an autoplaying YouTube video that I have embedded via the API. When the page loads it shows the youtube pause icon for a few seconds and then it hides itself. This is the case even if I leave ...
Jordan Carter's user avatar
0 votes
0 answers
47 views

I have an nx workspace, and I want to add documentation so that I can link to different components in my workspace. This causes a circular dependency as I need to import the type and therefore add it ...
corvid's user avatar
  • 11.3k
1 vote
1 answer
52 views

I have a custom drop-down mod_menu override on a custom template designed around the time of J4 that works perfectly fine on sites that have been subsequently upgraded in stages to 6.1.1. The mod_menu ...
Gillian's user avatar
  • 327

15 30 50 per page
1
2 3 4 5
…
168209