Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
40 views

I am trying to add a builtin datepicker (i.e. <input type="date">) to a Mozilla web extension (which is based on html/css/js) but the calendar does not popup. The code below (stripped ...
bliako's user avatar
  • 1,233
-2 votes
0 answers
32 views

The bottom of my blog's sidebar shows hyperlink titles of the last few posts (from newest to oldest). I wanted readers to be able to view a larger number of hyperlink post titles on a new Archive page ...
user5671178's user avatar
-2 votes
1 answer
42 views

I'm trying to run a page with Pixi.js code in it in a Node environment, but I'm getting this message. Source map error: Error: request failed with status 404 Stack in the worker:networkRequest@...
Seelum's user avatar
  • 19
Advice
0 votes
0 replies
46 views

I have built all my apps using JavaScript, and for desktop, I have always loved to use Electron.js. But a while a go i've heard Tauri for the first time! Its features & powerful full-cross-...
Q U R A N A L K A R E M's user avatar
-2 votes
1 answer
60 views

I’m working with an async function like this: async function doWork(id) { console.log("Start", id); await new Promise(res => setTimeout(res, 1000)); console.log("End", id);...
A.K.O's user avatar
  • 21
-1 votes
0 answers
40 views

I'm inserting or updating events from a Google sheet with the guests' names in one column and their email addresses in another column. For events with multiple guests, the emails and names are ...
Adam Schwartz's user avatar
-3 votes
0 answers
35 views

I'm getting the following error on my Next.js app (deployed on Vercel) when navigating to the "Add Your Store" page, which triggers a database operation via Prisma: ``` No database host or ...
user32635670's user avatar
-6 votes
0 answers
31 views

I have written a logic for userValidation here it is: the chatroom does not have any database. using socket.io import { users } from './users'; function validateUser(user) { for (let i = 0; i &...
Jack's user avatar
  • 1
Advice
1 vote
0 replies
40 views

This posting is intended to give other users an example of how to use javascript within a Conductor tour within a Shiny app. At the time of writing, the vignette for the Conductor package only says ...
Nevil's user avatar
  • 171
Best practices
0 votes
0 replies
22 views

I am using Redis Streams with Consumer Groups. I have a consumer running a loop that fetches messages from the Pending Entries List (PEL) using ID 0 before it attempts to read new messages. However, ...
Pawan's user avatar
  • 969
-4 votes
0 answers
39 views

arr.reduce method return the accumulator which is the first argument. So why the last value of array is return in my code. The problem which I was trying to solve is Correct solution: function ...
Malik Yasa's user avatar
-3 votes
1 answer
64 views

I am currently working on an application that has a large amount of duplicated logic shared across its components. One of the primary reasons for this is the components are using a Context component ...
Taugenichts's user avatar
  • 1,359
-5 votes
0 answers
53 views

I need help with my pocketbase backend. I have a js frontend and the js Pocketbase backend. Me and my Superadmins in the Pocketbase should see the entries if the owner of the entry (relation to users ...
Kendrick's user avatar
0 votes
0 answers
42 views

I am building a dynamic list in React with Framer Motion. I want to achieve two goals: When the list initially mounts, the items should animate in sequentially using the parent's staggerChildren. ...
pinnku's user avatar
  • 1
Best practices
1 vote
3 replies
46 views

I am writing JavaScript code that runs in a web browser, retrieves a user-supplied XML file, and gets certain information out of it. I know that XML parsing is a potentially dangerous operation if the ...
SoItBegins's user avatar

15 30 50 per page
1
2 3 4 5
168274