Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
1 vote
0 answers
30 views

In a NextJS16+ app using app router, assume the following server component: const getData() = async () => { "use cache"; cacheTag("data"); return databaseCall(); }; const ...
ojathelonius's user avatar
Advice
1 vote
0 replies
23 views

I've been trying to recreate Pong (1972) using Matter.js for one of my midterms, and I've been stuck on how to get the ball to move around. I've been having a look at the demos on the website, and ...
agni's user avatar
  • 1
Tooling
0 votes
2 replies
40 views

Is there a JavaScript equivalent to the rows[] and cells[] properties (usable on HTML tables), but this time to access the elements of an HTML GRID ? // actualy for a table: document.querySelector('...
Mister Jojo's user avatar
Best practices
0 votes
2 replies
60 views

My meanings and thoughts are related to pure purpose. Also, in particular case what about the JavaScript projects. Best practices to integrate. Can we use it in old projects or the best ways are ...
Hri100's user avatar
  • 11
-4 votes
1 answer
43 views

When assigning a value to a number input via JS, is there a way to validate the value to meet the input's requirements - min, max and step - without doing it manually. For example, consider this input ...
Whip's user avatar
  • 2,304
-4 votes
0 answers
40 views

Windows 10 Node.js v24.11.1 Npm 11.6.2 Yarn 1.22.22 when executing this command npx nuxi init App im getting the error ` file:///C:/Users/me/AppData/Local/nvm/v24.11.1/node_modules/nuxi/dist/info-...
kudzai zishumba's user avatar
1 vote
2 answers
50 views

I can get these cards to flip on hover, but not on clicking on them. I'm trying to make a memory match game but I can't seem to get the Flip function to get the data it needs to flip the card that is ...
David Henry's user avatar
0 votes
1 answer
83 views

I have a simple webpage with one button and one or two div elements inside it. When I click the button, I want one of the div elements to take over the entire screen (physical monitor). Currently, it ...
Bangla Decode's user avatar
-1 votes
0 answers
21 views

I am encountering an issue with Hot Module Replacement (HMR) in my Storybook environment while developing with React Konva and Vite. When I change code in my custom Konva shape component (KonvaElement....
Nero's user avatar
  • 49
-5 votes
0 answers
30 views

I'm facing a strange issue in a Next.js 14 (App Router) project. My API route exists, is named correctly, and the folder structure follows the official Next.js documentation, but the route is still ...
Kavya Vaishnav's user avatar
-2 votes
1 answer
54 views

I'm trying to get three.js working via CDN with this in my HTML as explained on their installation page <script type="importmap"> { "imports": { "three": &...
Chifti Saidi's user avatar
0 votes
0 answers
76 views

I am making an Android quiz application where I need to disable other apps from drawing over mine, to reduce cheating (i.e. chat heads and bubbles). Are there any plugins, app-properties, or ways to ...
CalmBubbles's user avatar
-5 votes
0 answers
72 views

I'm looking for a method to seamlessly install an application that has a react interface (or front-end) and a python processing where the communication could be through json-rpc or IPC. We can do npm ...
everyDay0's user avatar
  • 109
0 votes
0 answers
17 views

I am developing a Chainlink Functions (v0.3.x) request to fetch artist data from the Spotify API. I am simulating the request locally using the Chainlink Functions Toolkit (simulateScript), which runs ...
Johan's user avatar
  • 1
Advice
0 votes
1 replies
34 views

I’m working on a WordPress page that uses the Forminator plugin to generate a multi-step form. After the user spins a prize wheel (custom JS), I inject a badge element directly under the “Total” ...
ADOGG408's user avatar

15 30 50 per page
1
2 3 4 5
168447