Skip to main content

Question list filters

Filter by
Sorted by
Tagged with
Score of 0
1 answer
86 views

Looking at the cache on disk for the active profile, it appears that object URLs are being stored in the cache; and @Kaiido stated (at the end of a comment to Audio blobs and objectURL: is there a ...
Score of -2
0 answers
102 views

I have 2 upgrade buttons: a click upgrade, and an auto clicker. When you try to buy an upgrade without enough money, you get a confirmation. But if you successfully buy an upgrade after getting that ...
Score of -4
0 answers
63 views

I have an array of objects where the properties of each object are sorted alphabetically. I want to change each object so the properties appear in a custom order: ["fname", "lname",...
Score of -5
1 answer
102 views

I'm trying to create a Miro/Freeform for personal use, but, for that I need a image. I already tryed here, Stack, Github Copilot and more and nothing worked. image code thing: if (currentTool === '...
Score of -4
1 answer
70 views

I am not the developer or maintainer of Virune; I am using it in my own project. I am currently trying to write code for a project I am working on using a programming language called Virune. Virune is ...
Score of 4
1 answer
93 views

I am building a Netflix-style hover preview: hovering a poster opens a card that plays that title's YouTube trailer as a background video. The card must show no YouTube UI at all and draws its own ...
Score of 2
0 answers
126 views

In this example, there is something like a notebook display within the web page, two tabs of which include an embedded PDF. My objective is to ensure that when a user navigates away from a tab with a ...
Score of 2
0 answers
61 views

I am developing a Chrome extension that uses Supabase as its backend. I want to use a BYOK (Bring Your Own Key) architecture, where each user provides their own Supabase project URL and API key. ...
Score of 2
2 answers
115 views

I assumed in regex that saying: /[\s\S]/ means the same as saying: /.|\n/ But then I discovered that in JavaScript the line separator <0x2028> and the paragraph separator <0x2029> do not ...
Score of -1
1 answer
82 views

I am generating a financial report PDF in a React application using jsPDF + jspdf-autotable. The report is grouped by Account Head and has three levels of totals: Account total (same account number) ...
Score of 2
2 answers
144 views

I have the following simple program in HTML and JavaScript: let Soundon = 0; document.addEventListener('click', function(evt) { let Key = evt.target.id; if (Key == "btn1") frq = 200; if (Key =...
Score of -4
0 answers
97 views

I'm working on a small JavaScript project where need to select an HTML element and add an event listener to it. The script is currently loaded in the <head> section, and sometimes document....
Score of -6
0 answers
139 views

I am using Bootstrap via CDN, and I use my web application across three different monitors. Since the monitors have different resolutions and scaling settings, the application appears at different ...
Score of -4
2 answers
178 views

I'm trying to make it so that each button opens up a different dialog box. The script I use only allows for one dialog box, but not the other. <html> <style> body{ ...
Score of -9
1 answer
117 views

How deeply should I understand Passport.js? I'm currently learning web dev and have reached Passport.js for authentication. I'm getting a bit overwhelmed by all the functions, callbacks, middleware, ...

15 30 50 per page
1
2 3 4 5
168141