close
Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
1 replies
18 views

I was solving a problem, and Its important to compare both dictionary, but js doesn't support it I cant use operator like this == or === to compare 2 objects, how can I do that without using any ...
Abhinav Jha's user avatar
Best practices
0 votes
1 replies
31 views

I'm wondering why some ways of declarations are valid while others are not and are throwing errors as shown below: Correct export const useDebounce = <T,>(val: T): T => { const [...
dallasarch's user avatar
Best practices
0 votes
0 replies
13 views

I have a node js code that authenticates with cookies and sessions: import express from "express"; import session from "express-session"; import postgreSession from "connect-...
Umicron's user avatar
  • 17
0 votes
0 answers
22 views

Fresh Next.js install throws createClientModuleProxy / deploymentId / buildId errors on Node.js v24 I created a fresh Next.js app using: npx create-next-app@latest my-app Then I ran: npm run dev ...
Holly's user avatar
  • 1
-2 votes
0 answers
32 views

I get the error "400 (BAD REQUEST)" in the browser (dev tools) console when trying to send HTML form data with JS frontend to MySQL database through a flask back end. HTML form: <form id=&...
kingokanu's user avatar
0 votes
2 answers
66 views

so I saw that closures (aka functions that return whole functions) are a neat way to have a function keep variables without needing to pollute globals too much, now the problem is that when I try this ...
My1's user avatar
  • 505
0 votes
0 answers
43 views

I've implemented a simple abc editor using Paul Rosen's abc-basic.js with the ability to transpose the key in the rendered output. I've used the excellent example at https://examples.abcjs.net/editor-...
jjon's user avatar
  • 700
-2 votes
1 answer
69 views

Im doing a HTML forms and I dont know how to take the value of LocalStorage. I dont know how to use it in other .js, adding the code: let descripcion = document.getElementById("descripcion") ...
BlazingWolf782's user avatar
-6 votes
0 answers
63 views

I am developing a client-side web application that needs to fetch live sports telemetry directly from an infrastructure pipeline hosted on a custom domain. When I make an asynchronous GET request to ...
James Gen's user avatar
-6 votes
1 answer
129 views

I am getting the error in the screenshot below when I try to send data from my JavaScript front end to MySQL database through a Flask back end. Python is ran in terminal below with no output errors. ...
kingokanu's user avatar
1 vote
1 answer
56 views

We have defined a custombutton which is diabled \enabled on a certain value. This is working so far: I'm working with Vue. const updateMyCustomButton = async (): Promise<void> => { await ...
user32782429's user avatar
1 vote
1 answer
59 views

This is not answered by the docs https://esbuild.github.io/api/#target https://github.com/search?q=repo%3Aevanw%2Fesbuild%20node22&type=code node22 is a valid target according to their CHANGELOG ...
jcollum's user avatar
  • 47.2k
Best practices
0 votes
5 replies
76 views

I’m working on a WordPress website that uses Elementor on some pages, but not across the entire site. I need to load a small custom JavaScript file only on pages that are built with Elementor, because ...
Kotler's user avatar
  • 1
1 vote
1 answer
132 views

Target device is a hand held scanner (~6" diagonal). Web page is primitive, self-coded HTML with very minimal CSS and JS. On my PC I can make the page really wide and the elements reposition ...
dipr's user avatar
  • 59
-1 votes
0 answers
71 views

For years I have been using a JS userscript to change various things on Service Now pages - example here: // ==UserScript== // @name Service Now 001 // @version 1.0 // @description Service ...
4532066's user avatar
  • 2,148

15 30 50 per page
1
2 3 4 5
168216